ccsk-cli

skill
Guvenlik Denetimi
Basarisiz
Health Uyari
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Basarisiz
  • rm -rf — Recursive force deletion command in package.json
  • process.env — Environment variable access in src/cli.ts
Permissions Gecti
  • Permissions — No dangerous permissions requested

Bu listing icin henuz AI raporu yok.

SUMMARY

Claude Code Starter Kit CLI — scaffold Claude-ready projects

README.md

@ccsk/cli

npm version
license
node
platforms

Claude Code Starter Kit — scaffold a fully-configured Claude Code workspace in one command.

Stop hand-rolling CLAUDE.md, agent definitions, and documentation skeletons for every project. ccsk init drops a production-ready kit into your repo: workflows, multi-agent orchestrations, slash commands, and everything Claude Code needs to ship real software.


Install

This is a global CLI tool, not a project dependency.

npm i -g @ccsk/cli
# or: pnpm add -g @ccsk/cli | yarn global add @ccsk/cli | bun add -g @ccsk/cli

Requires Node ≥ 20. Verify with ccsk --version.


Quick Start

ccsk auth                  # verify GitHub auth (kit repo is private)
ccsk init                  # scaffold the kit into current directory
claude                     # open Claude Code
/scaffold <intent>         # generate tech-stack docs, architecture, and plan

What You Get

After ccsk init, your project has:

your-project/
├── CLAUDE.md             # primary Claude Code instructions
├── .claude/              # agents, rules, slash commands
│   ├── agents/           # sub-agent definitions (code-reviewer, debugger, etc.)
│   ├── rules/            # workflow rules (development, documentation)
│   └── commands/         # slash commands including /scaffold
├── .mcp.json             # MCP server configuration
└── docs/                 # documentation skeleton (architecture, standards, roadmap)

The /scaffold command interviews you about your project, resolves current stack versions, and generates tailored documentation and a phased implementation plan.


Works with ADD

ADD (AI-Driven Development) is a methodology where AI writes the code while humans own direction and verification. The workflow: Specify → Scenarios → Contract → Tests → Build → Verify.

ccsk + ADD together give you:

  • ccsk scaffolds Claude Code's rules, agents, and workflows
  • ADD provides the specification-first, test-driven development loop
  • Together: production-grade AI-assisted development from day one

Troubleshooting

Issue Fix
command not found: ccsk Add your global bin to PATH. npm: $(npm prefix -g)/bin. bun: ~/.bun/bin.
Permission denied (publickey) Run ccsk auth and follow the setup steps.
GitHub authentication required Set up SSH keys or install gh CLI and run gh auth login.
Spinner shows raw text Expected in CI or when piped — animations degrade gracefully.

Contributing

We welcome contributions. Open an issue first for anything beyond small fixes.

  • Conventional commits: feat:, fix:, docs:, refactor:, test:, chore:
  • Cross-platform: test on macOS/Linux/Windows when possible
  • Keep it tight: no new global tooling without discussion

See docs/architecture.md for module-level details.


Support the Project

If ccsk saves you time, consider supporting development:

ccsk donate    # buy the maintainer a coffee via VietQR

Links


License

MIT — see LICENSE.

Yorumlar (0)

Sonuc bulunamadi