Shared configuration patterns for project setup commands. Provides security hooks, Claude framework structure templates, and framework detection patterns used across multiple setup commands.
Purpose: Common configuration patterns and templates shared across all project setup commands.
Used by: /setup:python, /setup:javascript, /setup:existing, /setup:explore, /setup:user
Token Impact: Provides ~1,700 tokens of shared templates loaded once, avoiding duplication across 5+ commands (saves ~3,200 tokens through reuse).
This skill contains ONLY patterns shared by multiple setup commands:
Language-specific templates (Python, JavaScript, etc.) are kept inline in their respective commands.
Located: templates/security_hooks.json
Comprehensive security and quality hooks configuration:
Used by: ALL setup commands that create projects
Located: templates/claude_framework/
Templates for .claude/ directory structure:
structure.md - Directory layout and purposememory_templates/ - project_state.md, dependencies.md, conventions.md, decisions.mdwork_structure.md - Work directory organizationUsed by: ALL setup commands
Located: templates/framework_detection.md
Patterns for auto-detecting:
Used by: /setup:existing, /setup (if dispatcher exists)
Commands reference this skill in frontmatter:
skills: [shared-setup-patterns]
Then access specific templates:
templates/security_hooks.jsontemplates/claude_framework/ templatestemplates/framework_detection.mdOnly truly shared content lives here. Language-specific templates (Python pyproject.toml, JavaScript package.json) stay inline in their respective commands to avoid skill overhead for single-use templates.
This keeps each command self-contained while sharing common infrastructure patterns.
npx skills add applied-artificial-intelligence/shared-setup-patterns下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer