一键导入
Initialize Claude Code framework infrastructure for any project
npx skills add https://github.com/applied-artificial-intelligence/claude-code-toolkit --skill project-setup复制此命令并粘贴到 Claude Code 中以安装该技能
Initialize Claude Code framework infrastructure for any project
npx skills add https://github.com/applied-artificial-intelligence/claude-code-toolkit --skill project-setup复制此命令并粘贴到 Claude Code 中以安装该技能
Simplification and readability techniques. Use when writing for broad audiences or simplifying complex content. Covers active voice, short sentences, jargon elimination, and accessibility principles from the Plain Language Movement.
Hierarchical content structure - answer first, then supporting arguments, then details
Narrative structure for complex topics - Situation, Complication, Question, Answer
Shared configuration patterns for project setup commands. Provides security hooks, Claude framework structure templates, and framework detection patterns used across multiple setup commands.
API authentication patterns including JWT, OAuth 2.0, API keys, and session-based auth. Covers token generation, validation, refresh strategies, security best practices, and when to use each pattern. Use when implementing API authentication, choosing auth strategy, securing endpoints, or debugging auth issues. Prevents common vulnerabilities like token theft, replay attacks, and insecure storage.
Docker image optimization patterns including multi-stage builds, layer caching, security hardening, and size reduction techniques. Use when building Docker images, optimizing container size, improving build performance, or implementing Docker security best practices. Reduces image sizes by 70-90% and build times by 50-80%.
| name | project-setup |
| description | Initialize Claude Code framework infrastructure for any project |
| invocation | /system:setup [python|javascript|existing] |
Initialize .claude/ infrastructure for Claude Code projects.
When to use: New project or adding Claude framework to existing project.
What it creates:
.claude/settings.json - Plugin marketplace + enabled plugins.claude/work/ - Work unit tracking.claude/memory/ - Project knowledge persistence.claude/hooks/ - Session hooks (transitions)CLAUDE.md - Project instructionsInvocation: Ask Claude to set up the project, or use @project-setup/content.md
@project-setup/content.md