@rfxlamia/skillkit 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/agents/agents/creative-copywriter.md +212 -0
- package/agents/agents/dario-amodei.md +135 -0
- package/agents/agents/doc-simplifier.md +63 -0
- package/agents/agents/kotlin-pro.md +433 -0
- package/agents/agents/red-team.md +136 -0
- package/agents/agents/sam-altman.md +121 -0
- package/agents/agents/seo-manager.md +184 -0
- package/package.json +1 -1
- package/skills/skillkit-help/SKILL.md +81 -0
- package/skills/skillkit-help/knowledge/application/09-case-studies.md +257 -0
- package/skills/skillkit-help/knowledge/application/12-testing-and-validation.md +276 -0
- package/skills/skillkit-help/knowledge/foundation/01-why-skills-exist.md +246 -0
- package/skills/skillkit-help/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
- package/skills/skillkit-help/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
- package/skills/skillkit-help/knowledge/foundation/06-platform-constraints.md +237 -0
- package/skills/skillkit-help/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
- package/skills/skillkit-help/template/SKILL.md +52 -0
- package/skills/skills/adversarial-review/SKILL.md +219 -0
- package/skills/skills/baby-education/SKILL.md +260 -0
- package/skills/skills/baby-education/references/advanced-techniques.md +323 -0
- package/skills/skills/baby-education/references/transformations.md +345 -0
- package/skills/skills/been-there-done-that/SKILL.md +455 -0
- package/skills/skills/been-there-done-that/references/analysis-patterns.md +162 -0
- package/skills/skills/been-there-done-that/references/git-commands.md +132 -0
- package/skills/skills/been-there-done-that/references/tree-insertion-logic.md +145 -0
- package/skills/skills/coolhunter/SKILL.md +270 -0
- package/skills/skills/coolhunter/assets/elicitation-methods.csv +51 -0
- package/skills/skills/coolhunter/knowledge/elicitation-methods.md +312 -0
- package/skills/skills/coolhunter/references/workflow-execution.md +238 -0
- package/skills/skills/coolhunter/workflow-plan-coolhunter.md +232 -0
- package/skills/skills/creative-copywriting/SKILL.md +324 -0
- package/skills/skills/creative-copywriting/databases/README.md +60 -0
- package/skills/skills/creative-copywriting/databases/carousel-structures.csv +16 -0
- package/skills/skills/creative-copywriting/databases/emotional-arcs.csv +11 -0
- package/skills/skills/creative-copywriting/databases/hook-formulas.csv +51 -0
- package/skills/skills/creative-copywriting/databases/power-words.csv +201 -0
- package/skills/skills/creative-copywriting/databases/psychological-triggers.csv +21 -0
- package/skills/skills/creative-copywriting/databases/read-more-patterns.csv +26 -0
- package/skills/skills/creative-copywriting/databases/swipe-triggers.csv +31 -0
- package/skills/skills/creative-copywriting/references/carousel-psychology.md +223 -0
- package/skills/skills/creative-copywriting/references/hook-anatomy.md +169 -0
- package/skills/skills/creative-copywriting/references/power-word-science.md +134 -0
- package/skills/skills/creative-copywriting/references/storytelling-frameworks.md +157 -0
- package/skills/skills/diverse-content-gen/SKILL.md +201 -0
- package/skills/skills/diverse-content-gen/references/advanced-techniques.md +320 -0
- package/skills/skills/diverse-content-gen/references/research-findings.md +379 -0
- package/skills/skills/diverse-content-gen/references/task-workflows.md +241 -0
- package/skills/skills/diverse-content-gen/references/tool-integration.md +419 -0
- package/skills/skills/diverse-content-gen/references/troubleshooting.md +426 -0
- package/skills/skills/diverse-content-gen/references/vs-core-technique.md +240 -0
- package/skills/skills/framework-critical-thinking/SKILL.md +220 -0
- package/skills/skills/framework-critical-thinking/references/bias_detector.md +375 -0
- package/skills/skills/framework-critical-thinking/references/fallback_handler.md +239 -0
- package/skills/skills/framework-critical-thinking/references/memory_curator.md +161 -0
- package/skills/skills/framework-critical-thinking/references/metacognitive_monitor.md +297 -0
- package/skills/skills/framework-critical-thinking/references/producer_critic_orchestrator.md +333 -0
- package/skills/skills/framework-critical-thinking/references/reasoning_router.md +235 -0
- package/skills/skills/framework-critical-thinking/references/reasoning_validator.md +97 -0
- package/skills/skills/framework-critical-thinking/references/reflection_trigger.md +78 -0
- package/skills/skills/framework-critical-thinking/references/self_verification.md +388 -0
- package/skills/skills/framework-critical-thinking/references/uncertainty_quantifier.md +207 -0
- package/skills/skills/framework-initiative/SKILL.md +231 -0
- package/skills/skills/framework-initiative/references/examples.md +150 -0
- package/skills/skills/framework-initiative/references/impact-analysis.md +157 -0
- package/skills/skills/framework-initiative/references/intent-patterns.md +145 -0
- package/skills/skills/framework-initiative/references/star-framework.md +165 -0
- package/skills/skills/humanize-docs/SKILL.md +203 -0
- package/skills/skills/humanize-docs/references/advanced-techniques.md +13 -0
- package/skills/skills/humanize-docs/references/core-transformations.md +368 -0
- package/skills/skills/humanize-docs/references/detection-patterns.md +400 -0
- package/skills/skills/humanize-docs/references/examples-gallery.md +374 -0
- package/skills/skills/imagine/SKILL.md +190 -0
- package/skills/skills/imagine/references/artstyle-corporate-memphis.md +625 -0
- package/skills/skills/imagine/references/artstyle-crewdson-hyperrealism.md +295 -0
- package/skills/skills/imagine/references/artstyle-iphone-social-media.md +426 -0
- package/skills/skills/imagine/references/artstyle-sciencesaru.md +276 -0
- package/skills/skills/pre-deploy-checklist/README.md +26 -0
- package/skills/skills/pre-deploy-checklist/SKILL.md +153 -0
- package/skills/skills/pre-deploy-checklist/references/checklist-categories.md +174 -0
- package/skills/skills/pre-deploy-checklist/references/domain-prompts.md +216 -0
- package/skills/skills/prompt-engineering/SKILL.md +209 -0
- package/skills/skills/prompt-engineering/references/advanced-combinations.md +444 -0
- package/skills/skills/prompt-engineering/references/chain-of-thought.md +140 -0
- package/skills/skills/prompt-engineering/references/decision_matrix.md +220 -0
- package/skills/skills/prompt-engineering/references/few-shot.md +346 -0
- package/skills/skills/prompt-engineering/references/json-format.md +270 -0
- package/skills/skills/prompt-engineering/references/natural-language.md +420 -0
- package/skills/skills/prompt-engineering/references/pitfalls.md +365 -0
- package/skills/skills/prompt-engineering/references/prompt-chaining.md +498 -0
- package/skills/skills/prompt-engineering/references/react.md +108 -0
- package/skills/skills/prompt-engineering/references/self-consistency.md +322 -0
- package/skills/skills/prompt-engineering/references/tree-of-thoughts.md +386 -0
- package/skills/skills/prompt-engineering/references/xml-format.md +220 -0
- package/skills/skills/prompt-engineering/references/yaml-format.md +488 -0
- package/skills/skills/prompt-engineering/references/zero-shot.md +74 -0
- package/skills/skills/quick-spec/SKILL.md +280 -0
- package/skills/skills/quick-spec/assets/tech-spec-template.md +74 -0
- package/skills/skills/quick-spec/references/step-01-understand.md +189 -0
- package/skills/skills/quick-spec/references/step-02-investigate.md +144 -0
- package/skills/skills/quick-spec/references/step-03-generate.md +128 -0
- package/skills/skills/quick-spec/references/step-04-review.md +173 -0
- package/skills/skills/quick-spec/tests/__pycache__/test_skill.cpython-314-pytest-9.0.2.pyc +0 -0
- package/skills/skills/quick-spec/tests/test_scenarios.md +83 -0
- package/skills/skills/quick-spec/tests/test_skill.py +136 -0
- package/skills/skills/readme-expert/SKILL.md +538 -0
- package/skills/skills/readme-expert/knowledge/INDEX.md +192 -0
- package/skills/skills/readme-expert/knowledge/application/quality-standards.md +470 -0
- package/skills/skills/readme-expert/knowledge/application/script-executor.md +604 -0
- package/skills/skills/readme-expert/knowledge/application/template-library.md +822 -0
- package/skills/skills/readme-expert/knowledge/foundation/codebase-scanner.md +361 -0
- package/skills/skills/readme-expert/knowledge/foundation/validation-checklist.md +481 -0
- package/skills/skills/red-teaming/SKILL.md +321 -0
- package/skills/skills/red-teaming/references/ai-llm-redteam.md +517 -0
- package/skills/skills/red-teaming/references/attack-techniques.md +410 -0
- package/skills/skills/red-teaming/references/cybersecurity-redteam.md +383 -0
- package/skills/skills/red-teaming/references/tools-frameworks.md +446 -0
- package/skills/skills/releasing/.skillkit-mode +1 -0
- package/skills/skills/releasing/SKILL.md +225 -0
- package/skills/skills/releasing/references/version-detection.md +108 -0
- package/skills/skills/screenwriter/SKILL.md +273 -0
- package/skills/skills/screenwriter/references/advanced-techniques.md +216 -0
- package/skills/skills/screenwriter/references/pipeline-integration.md +266 -0
- package/skills/skills/skillkit/.claude/settings.local.json +7 -0
- package/skills/skills/skillkit/.claude-plugin/plugin.json +27 -0
- package/skills/skills/skillkit/CHANGELOG.md +484 -0
- package/skills/skills/skillkit/SKILL.md +511 -0
- package/skills/skills/skillkit/commands/skillkit.md +6 -0
- package/skills/skills/skillkit/commands/validate-plan.md +6 -0
- package/skills/skills/skillkit/commands/verify.md +6 -0
- package/skills/skills/skillkit/knowledge/INDEX.md +352 -0
- package/skills/skills/skillkit/knowledge/application/09-case-studies.md +257 -0
- package/skills/skills/skillkit/knowledge/application/10-technical-architecture.md +324 -0
- package/skills/skills/skillkit/knowledge/application/11-adoption-strategy.md +267 -0
- package/skills/skills/skillkit/knowledge/application/12-testing-and-validation.md +276 -0
- package/skills/skills/skillkit/knowledge/application/13-competitive-landscape.md +198 -0
- package/skills/skills/skillkit/knowledge/foundation/01-why-skills-exist.md +246 -0
- package/skills/skills/skillkit/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
- package/skills/skills/skillkit/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
- package/skills/skills/skillkit/knowledge/foundation/04-hybrid-patterns.md +308 -0
- package/skills/skills/skillkit/knowledge/foundation/05-token-economics.md +275 -0
- package/skills/skills/skillkit/knowledge/foundation/06-platform-constraints.md +237 -0
- package/skills/skills/skillkit/knowledge/foundation/07-security-concerns.md +322 -0
- package/skills/skills/skillkit/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
- package/skills/skills/skillkit/knowledge/plugin-guide.md +614 -0
- package/skills/skills/skillkit/knowledge/tools/14-validation-tools-guide.md +150 -0
- package/skills/skills/skillkit/knowledge/tools/15-cost-tools-guide.md +157 -0
- package/skills/skills/skillkit/knowledge/tools/16-security-tools-guide.md +122 -0
- package/skills/skills/skillkit/knowledge/tools/17-pattern-tools-guide.md +161 -0
- package/skills/skills/skillkit/knowledge/tools/18-decision-helper-guide.md +243 -0
- package/skills/skills/skillkit/knowledge/tools/19-test-generator-guide.md +275 -0
- package/skills/skills/skillkit/knowledge/tools/20-split-skill-guide.md +149 -0
- package/skills/skills/skillkit/knowledge/tools/21-quality-scorer-guide.md +226 -0
- package/skills/skills/skillkit/knowledge/tools/22-migration-helper-guide.md +356 -0
- package/skills/skills/skillkit/knowledge/tools/23-subagent-creation-guide.md +448 -0
- package/skills/skills/skillkit/knowledge/tools/24-behavioral-testing-guide.md +122 -0
- package/skills/skills/skillkit/references/proposal-generation.md +982 -0
- package/skills/skills/skillkit/references/rationalization-catalog.md +75 -0
- package/skills/skills/skillkit/references/research-methodology.md +661 -0
- package/skills/skills/skillkit/references/section-2-full-creation-workflow.md +452 -0
- package/skills/skills/skillkit/references/section-3-validation-workflow-existing-skill.md +63 -0
- package/skills/skills/skillkit/references/section-4-decision-workflow-skills-vs-subagents.md +64 -0
- package/skills/skills/skillkit/references/section-5-migration-workflow-doc-to-skill.md +58 -0
- package/skills/skills/skillkit/references/section-6-subagent-creation-workflow.md +499 -0
- package/skills/skills/skillkit/references/section-7-knowledge-reference-map.md +72 -0
- package/skills/skills/skillkit/scripts/__pycache__/decision_helper.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/__pycache__/quick_validate.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/__pycache__/quick_validate.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/__pycache__/test_generator.cpython-314-pytest-9.0.2.pyc +0 -0
- package/skills/skills/skillkit/scripts/decision_helper.py +799 -0
- package/skills/skills/skillkit/scripts/init_skill.py +400 -0
- package/skills/skills/skillkit/scripts/init_subagent.py +231 -0
- package/skills/skills/skillkit/scripts/migration_helper.py +669 -0
- package/skills/skills/skillkit/scripts/package_skill.py +211 -0
- package/skills/skills/skillkit/scripts/pattern_detector.py +381 -0
- package/skills/skills/skillkit/scripts/pattern_detector_new.py +382 -0
- package/skills/skills/skillkit/scripts/pressure_tester.py +157 -0
- package/skills/skills/skillkit/scripts/quality_scorer.py +999 -0
- package/skills/skills/skillkit/scripts/quick_validate.py +100 -0
- package/skills/skills/skillkit/scripts/security_scanner.py +474 -0
- package/skills/skills/skillkit/scripts/split_skill.py +540 -0
- package/skills/skills/skillkit/scripts/test_generator.py +695 -0
- package/skills/skills/skillkit/scripts/token_estimator.py +493 -0
- package/skills/skills/skillkit/scripts/utils/__init__.py +49 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/__init__.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/__init__.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/budget_tracker.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/budget_tracker.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/output_formatter.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/output_formatter.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/reference_validator.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/reference_validator.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/budget_tracker.py +388 -0
- package/skills/skills/skillkit/scripts/utils/output_formatter.py +263 -0
- package/skills/skills/skillkit/scripts/utils/reference_validator.py +401 -0
- package/skills/skills/skillkit/scripts/validate_skill.py +594 -0
- package/skills/skills/skillkit/tests/test_behavioral.py +39 -0
- package/skills/skills/skillkit/tests/test_scenarios.md +83 -0
- package/skills/skills/skillkit/tests/test_skill.py +136 -0
- package/skills/skills/skillkit-help/SKILL.md +81 -0
- package/skills/skills/skillkit-help/knowledge/application/09-case-studies.md +257 -0
- package/skills/skills/skillkit-help/knowledge/application/12-testing-and-validation.md +276 -0
- package/skills/skills/skillkit-help/knowledge/foundation/01-why-skills-exist.md +246 -0
- package/skills/skills/skillkit-help/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
- package/skills/skills/skillkit-help/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
- package/skills/skills/skillkit-help/knowledge/foundation/06-platform-constraints.md +237 -0
- package/skills/skills/skillkit-help/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
- package/skills/skills/skillkit-help/template/SKILL.md +52 -0
- package/skills/skills/social-media-seo/SKILL.md +278 -0
- package/skills/skills/social-media-seo/databases/caption-styles.csv +31 -0
- package/skills/skills/social-media-seo/databases/engagement-tactics.csv +16 -0
- package/skills/skills/social-media-seo/databases/hashtag-strategies.csv +21 -0
- package/skills/skills/social-media-seo/databases/hook-formulas.csv +26 -0
- package/skills/skills/social-media-seo/databases/keyword-clusters.csv +11 -0
- package/skills/skills/social-media-seo/databases/thread-structures.csv +26 -0
- package/skills/skills/social-media-seo/databases/viral-patterns.csv +21 -0
- package/skills/skills/social-media-seo/references/analytics-guide.md +321 -0
- package/skills/skills/social-media-seo/references/instagram-seo.md +235 -0
- package/skills/skills/social-media-seo/references/threads-seo.md +305 -0
- package/skills/skills/social-media-seo/references/x-twitter-seo.md +337 -0
- package/skills/skills/social-media-seo/scripts/query_database.py +191 -0
- package/skills/skills/storyteller/SKILL.md +241 -0
- package/skills/skills/storyteller/references/transformation-methodology.md +293 -0
- package/skills/skills/storyteller/references/visual-vocabulary.md +177 -0
- package/skills/skills/thread-pro/SKILL.md +162 -0
- package/skills/skills/thread-pro/anti-ai-patterns.md +120 -0
- package/skills/skills/thread-pro/hook-formulas.md +138 -0
- package/skills/skills/thread-pro/references/anti-ai-patterns.md +120 -0
- package/skills/skills/thread-pro/references/hook-formulas.md +138 -0
- package/skills/skills/thread-pro/references/thread-structures.md +240 -0
- package/skills/skills/thread-pro/references/voice-injection.md +130 -0
- package/skills/skills/thread-pro/thread-structures.md +240 -0
- package/skills/skills/thread-pro/voice-injection.md +130 -0
- package/skills/skills/tinkering/SKILL.md +251 -0
- package/skills/skills/tinkering/references/graduation-checklist.md +100 -0
- package/skills/skills/validate-plan/.skillkit-mode +1 -0
- package/skills/skills/validate-plan/SKILL.md +406 -0
- package/skills/skills/validate-plan/references/dry-principles.md +251 -0
- package/skills/skills/validate-plan/references/gap-analysis-guide.md +320 -0
- package/skills/skills/validate-plan/references/tdd-patterns.md +413 -0
- package/skills/skills/validate-plan/references/yagni-checklist.md +330 -0
- package/skills/skills/verify-before-ship/.skillkit-mode +1 -0
- package/skills/skills/verify-before-ship/SKILL.md +116 -0
- package/skills/skills/verify-before-ship/references/anti-rationalization.md +212 -0
- package/skills/skills/verify-before-ship/references/verification-gates.md +305 -0
- package/skills-manifest.json +8 -2
- package/src/picker.js +11 -5
- package/src/picker.test.js +36 -1
|
@@ -0,0 +1,614 @@
|
|
|
1
|
+
# Plugin Distribution Guide
|
|
2
|
+
|
|
3
|
+
**Version:** 1.3.0-draft
|
|
4
|
+
**Status:** Work in Progress
|
|
5
|
+
**Purpose:** Guide for distributing skills via Claude Code plugin marketplace
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Overview
|
|
10
|
+
|
|
11
|
+
This guide documents how to package and distribute Claude Code skills as installable plugins through the marketplace system. Based on real-world implementation and testing of the Claude Skill Kit plugin.
|
|
12
|
+
|
|
13
|
+
**Why Plugin Distribution?**
|
|
14
|
+
|
|
15
|
+
- **One-Command Install:** Users install via `/plugin marketplace add` instead of manual extraction
|
|
16
|
+
- **Auto-Discovery:** Skills automatically available after plugin installation
|
|
17
|
+
- **Team Collaboration:** Easy sharing across teams via GitHub/Git repositories
|
|
18
|
+
- **Version Management:** Built-in update mechanism through plugin manager
|
|
19
|
+
- **Professional Distribution:** Standard approach for Claude Code ecosystem
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Prerequisites
|
|
24
|
+
|
|
25
|
+
Before creating plugin distribution:
|
|
26
|
+
|
|
27
|
+
1. **Working skill** - Fully tested with SKILL.md in skill directory
|
|
28
|
+
2. **Git repository** - Hosted on GitHub or accessible Git server
|
|
29
|
+
3. **Repository structure** - Standard skill layout with scripts, knowledge, references
|
|
30
|
+
4. **License file** - Apache-2.0 recommended (matches Anthropic's skills repo)
|
|
31
|
+
5. **README.md** - Documentation with installation instructions
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## Plugin Structure
|
|
36
|
+
|
|
37
|
+
### Required Files
|
|
38
|
+
|
|
39
|
+
```
|
|
40
|
+
your-repo/ # Repository root
|
|
41
|
+
├── .claude-plugin/ # Plugin configuration directory
|
|
42
|
+
│ ├── plugin.json # Plugin manifest (REQUIRED)
|
|
43
|
+
│ └── marketplace.json # Marketplace catalog (REQUIRED)
|
|
44
|
+
├── skills/ # Skills directory
|
|
45
|
+
│ └── your-skill/ # Skill folder
|
|
46
|
+
│ ├── SKILL.md # Skill definition
|
|
47
|
+
│ ├── knowledge/ # Knowledge base
|
|
48
|
+
│ ├── scripts/ # Automation scripts (if any)
|
|
49
|
+
│ └── references/ # Reference docs
|
|
50
|
+
├── LICENSE # License file
|
|
51
|
+
├── README.md # Documentation
|
|
52
|
+
└── .gitignore # Git ignore (include .claude/)
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
### Key Conventions
|
|
56
|
+
|
|
57
|
+
1. **Plugin root = Repository root** - `.claude-plugin/` at repo root
|
|
58
|
+
2. **Skills in skills/ directory** - Standard location for all skills
|
|
59
|
+
3. **One skill per folder** - Each skill in `skills/skill-name/` with SKILL.md
|
|
60
|
+
4. **Auto-discovery** - Claude Code finds all SKILL.md files in skills/*/
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
## Step 1: Create Plugin Manifest
|
|
65
|
+
|
|
66
|
+
**File:** `.claude-plugin/plugin.json`
|
|
67
|
+
|
|
68
|
+
```json
|
|
69
|
+
{
|
|
70
|
+
"name": "your-plugin-name",
|
|
71
|
+
"description": "Brief description of what your plugin does. Max 2-3 sentences.",
|
|
72
|
+
"version": "1.0.0",
|
|
73
|
+
"author": {
|
|
74
|
+
"name": "Your Name or GitHub Username",
|
|
75
|
+
"email": "your@email.com"
|
|
76
|
+
},
|
|
77
|
+
"homepage": "https://github.com/username/repo",
|
|
78
|
+
"repository": "https://github.com/username/repo",
|
|
79
|
+
"license": "Apache-2.0",
|
|
80
|
+
"keywords": [
|
|
81
|
+
"skill-creator",
|
|
82
|
+
"automation",
|
|
83
|
+
"your-domain"
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
**Field Guidelines:**
|
|
89
|
+
|
|
90
|
+
- `name`: kebab-case, no spaces, unique identifier
|
|
91
|
+
- `description`: Clear value proposition, shown in plugin browser
|
|
92
|
+
- `version`: Semantic versioning (MAJOR.MINOR.PATCH)
|
|
93
|
+
- `author.name`: GitHub username recommended for attribution
|
|
94
|
+
- `author.email`: Real email or username@github.com format
|
|
95
|
+
- `license`: Apache-2.0 recommended (Anthropic ecosystem standard)
|
|
96
|
+
- `keywords`: 3-6 descriptive terms for discoverability
|
|
97
|
+
|
|
98
|
+
**Validation:**
|
|
99
|
+
|
|
100
|
+
```bash
|
|
101
|
+
# Validate JSON syntax
|
|
102
|
+
python3 -m json.tool .claude-plugin/plugin.json
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
## Step 2: Create Marketplace Catalog
|
|
108
|
+
|
|
109
|
+
**File:** `.claude-plugin/marketplace.json`
|
|
110
|
+
|
|
111
|
+
```json
|
|
112
|
+
{
|
|
113
|
+
"name": "your-marketplace-name",
|
|
114
|
+
"owner": {
|
|
115
|
+
"name": "Your Name",
|
|
116
|
+
"email": "your@email.com"
|
|
117
|
+
},
|
|
118
|
+
"plugins": [
|
|
119
|
+
{
|
|
120
|
+
"name": "your-plugin-name",
|
|
121
|
+
"description": "Same description as plugin.json for consistency",
|
|
122
|
+
"source": "./",
|
|
123
|
+
"version": "1.0.0",
|
|
124
|
+
"author": {
|
|
125
|
+
"name": "Your Name"
|
|
126
|
+
},
|
|
127
|
+
"homepage": "https://github.com/username/repo",
|
|
128
|
+
"repository": "https://github.com/username/repo",
|
|
129
|
+
"license": "Apache-2.0",
|
|
130
|
+
"keywords": [
|
|
131
|
+
"same-keywords",
|
|
132
|
+
"as-plugin-json"
|
|
133
|
+
]
|
|
134
|
+
}
|
|
135
|
+
]
|
|
136
|
+
}
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
**Important Notes:**
|
|
140
|
+
|
|
141
|
+
- `"source": "./"` - Points to repository root (correct for our structure)
|
|
142
|
+
- `plugins` array - Can list multiple plugins from same marketplace
|
|
143
|
+
- Keep metadata consistent between plugin.json and marketplace.json
|
|
144
|
+
- `name` in marketplace.json can differ from plugin name (marketplace identifier)
|
|
145
|
+
|
|
146
|
+
**Validation:**
|
|
147
|
+
|
|
148
|
+
```bash
|
|
149
|
+
# Validate JSON syntax
|
|
150
|
+
python3 -m json.tool .claude-plugin/marketplace.json
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
155
|
+
## Step 3: Update .gitignore
|
|
156
|
+
|
|
157
|
+
Add Claude Code local settings to `.gitignore`:
|
|
158
|
+
|
|
159
|
+
```gitignore
|
|
160
|
+
# Claude Code local settings
|
|
161
|
+
.claude/
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
**Why?** `.claude/` contains:
|
|
165
|
+
- `settings.local.json` - Personal permissions/settings
|
|
166
|
+
- `skills/` - Locally installed skills (user-specific)
|
|
167
|
+
|
|
168
|
+
These should NOT be committed to version control.
|
|
169
|
+
|
|
170
|
+
---
|
|
171
|
+
|
|
172
|
+
## Step 4: Update README.md
|
|
173
|
+
|
|
174
|
+
Add plugin installation instructions to README:
|
|
175
|
+
|
|
176
|
+
```markdown
|
|
177
|
+
### Installation
|
|
178
|
+
|
|
179
|
+
**Option 1: Install via Plugin (Recommended)**
|
|
180
|
+
|
|
181
|
+
```bash
|
|
182
|
+
# In Claude Code, add the marketplace
|
|
183
|
+
/plugin marketplace add username/repo-name
|
|
184
|
+
|
|
185
|
+
# Then install the plugin
|
|
186
|
+
/plugin install plugin-name@username
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
Or use the interactive plugin menu:
|
|
190
|
+
```bash
|
|
191
|
+
/plugin
|
|
192
|
+
# Select "Browse Plugins" → Find "plugin-name" → Install
|
|
193
|
+
```
|
|
194
|
+
|
|
195
|
+
**Option 2: Manual Installation (.skill file)**
|
|
196
|
+
|
|
197
|
+
```bash
|
|
198
|
+
# Extract and install (.skill files are zip archives)
|
|
199
|
+
unzip skill-name.skill -d ~/.claude/skills/skill-name
|
|
200
|
+
```
|
|
201
|
+
```
|
|
202
|
+
|
|
203
|
+
**Update all path references:**
|
|
204
|
+
- Old: `skill-name/scripts/tool.py`
|
|
205
|
+
- New: `skills/skill-name/scripts/tool.py`
|
|
206
|
+
|
|
207
|
+
---
|
|
208
|
+
|
|
209
|
+
## Step 5: Restructure Repository
|
|
210
|
+
|
|
211
|
+
Move existing skill to standard plugin structure:
|
|
212
|
+
|
|
213
|
+
```bash
|
|
214
|
+
# Create skills directory
|
|
215
|
+
mkdir -p skills
|
|
216
|
+
|
|
217
|
+
# Move skill (use git mv to preserve history)
|
|
218
|
+
git mv your-skill skills/
|
|
219
|
+
|
|
220
|
+
# Verify structure
|
|
221
|
+
ls skills/your-skill/
|
|
222
|
+
# Expected: SKILL.md, knowledge/, scripts/, references/
|
|
223
|
+
```
|
|
224
|
+
|
|
225
|
+
**Update all documentation paths:**
|
|
226
|
+
- README.md references
|
|
227
|
+
- Internal skill documentation
|
|
228
|
+
- Script path examples
|
|
229
|
+
- Knowledge base cross-references
|
|
230
|
+
|
|
231
|
+
---
|
|
232
|
+
|
|
233
|
+
## Step 6: Test Locally (Optional)
|
|
234
|
+
|
|
235
|
+
Before pushing, test plugin structure locally:
|
|
236
|
+
|
|
237
|
+
```bash
|
|
238
|
+
# Validate JSON files
|
|
239
|
+
python3 -m json.tool .claude-plugin/plugin.json > /dev/null
|
|
240
|
+
python3 -m json.tool .claude-plugin/marketplace.json > /dev/null
|
|
241
|
+
|
|
242
|
+
# Check directory structure
|
|
243
|
+
ls -la .claude-plugin/
|
|
244
|
+
ls -la skills/
|
|
245
|
+
|
|
246
|
+
# Verify SKILL.md exists
|
|
247
|
+
cat skills/your-skill/SKILL.md | head -20
|
|
248
|
+
```
|
|
249
|
+
|
|
250
|
+
---
|
|
251
|
+
|
|
252
|
+
## Step 7: Commit and Push
|
|
253
|
+
|
|
254
|
+
```bash
|
|
255
|
+
# Stage plugin files
|
|
256
|
+
git add .claude-plugin/
|
|
257
|
+
|
|
258
|
+
# Stage restructured skills
|
|
259
|
+
git add skills/
|
|
260
|
+
|
|
261
|
+
# Update gitignore
|
|
262
|
+
git add .gitignore
|
|
263
|
+
|
|
264
|
+
# Update README
|
|
265
|
+
git add README.md
|
|
266
|
+
|
|
267
|
+
# Commit with descriptive message
|
|
268
|
+
git commit -m "Add plugin distribution support
|
|
269
|
+
|
|
270
|
+
- Created .claude-plugin/ with plugin manifest and marketplace catalog
|
|
271
|
+
- Restructured repository with skills/ directory
|
|
272
|
+
- Updated README with plugin installation instructions
|
|
273
|
+
- Added .claude/ to gitignore for local settings"
|
|
274
|
+
|
|
275
|
+
# Push to remote
|
|
276
|
+
git push origin main
|
|
277
|
+
```
|
|
278
|
+
|
|
279
|
+
---
|
|
280
|
+
|
|
281
|
+
## Step 8: Test Installation
|
|
282
|
+
|
|
283
|
+
In a clean Claude Code session:
|
|
284
|
+
|
|
285
|
+
```bash
|
|
286
|
+
# Add marketplace
|
|
287
|
+
/plugin marketplace add username/repo-name
|
|
288
|
+
|
|
289
|
+
# Expected: Marketplace successfully added
|
|
290
|
+
```
|
|
291
|
+
|
|
292
|
+
```bash
|
|
293
|
+
# Browse plugins
|
|
294
|
+
/plugin
|
|
295
|
+
|
|
296
|
+
# Expected: See your plugin in the list with description
|
|
297
|
+
```
|
|
298
|
+
|
|
299
|
+
```bash
|
|
300
|
+
# Install plugin
|
|
301
|
+
/plugin install plugin-name@username
|
|
302
|
+
|
|
303
|
+
# Expected: Plugin installed successfully
|
|
304
|
+
```
|
|
305
|
+
|
|
306
|
+
**Verify skill discovery:**
|
|
307
|
+
|
|
308
|
+
```bash
|
|
309
|
+
# In chat, invoke skill
|
|
310
|
+
"[trigger phrase for your skill]"
|
|
311
|
+
|
|
312
|
+
# Expected: Skill executes and produces output
|
|
313
|
+
```
|
|
314
|
+
|
|
315
|
+
---
|
|
316
|
+
|
|
317
|
+
## Troubleshooting
|
|
318
|
+
|
|
319
|
+
### Issue 1: Marketplace Not Found
|
|
320
|
+
|
|
321
|
+
**Symptoms:**
|
|
322
|
+
```
|
|
323
|
+
Error: Could not find marketplace at username/repo-name
|
|
324
|
+
```
|
|
325
|
+
|
|
326
|
+
**Solutions:**
|
|
327
|
+
- Verify repository is public (or accessible with credentials)
|
|
328
|
+
- Check repository URL: `https://github.com/username/repo-name`
|
|
329
|
+
- Ensure `.claude-plugin/marketplace.json` exists at repository root
|
|
330
|
+
- Try with explicit HTTPS URL: `/plugin marketplace add https://github.com/username/repo`
|
|
331
|
+
|
|
332
|
+
### Issue 2: Plugin Install Fails
|
|
333
|
+
|
|
334
|
+
**Symptoms:**
|
|
335
|
+
```
|
|
336
|
+
Error: Could not install plugin
|
|
337
|
+
```
|
|
338
|
+
|
|
339
|
+
**Solutions:**
|
|
340
|
+
- Validate `.claude-plugin/plugin.json` syntax: `python3 -m json.tool`
|
|
341
|
+
- Check `skills/` directory exists at repository root
|
|
342
|
+
- Verify `SKILL.md` exists in `skills/your-skill/`
|
|
343
|
+
- Ensure `"source": "./"` in marketplace.json points to correct location
|
|
344
|
+
|
|
345
|
+
### Issue 3: Skill Not Discovered
|
|
346
|
+
|
|
347
|
+
**Symptoms:**
|
|
348
|
+
- Plugin installs successfully
|
|
349
|
+
- But skill not available when invoked
|
|
350
|
+
|
|
351
|
+
**Solutions:**
|
|
352
|
+
- Restart Claude Code to refresh skill cache
|
|
353
|
+
- Check plugin status: `/plugin` → Verify enabled
|
|
354
|
+
- Verify directory structure: `skills/skill-name/SKILL.md` (case-sensitive!)
|
|
355
|
+
- Check SKILL.md `name:` field in frontmatter matches expected
|
|
356
|
+
- Try explicit skill invocation with skill name
|
|
357
|
+
|
|
358
|
+
### Issue 4: Path References Broken
|
|
359
|
+
|
|
360
|
+
**Symptoms:**
|
|
361
|
+
- Skill loads but scripts fail
|
|
362
|
+
- Documentation links broken
|
|
363
|
+
|
|
364
|
+
**Solutions:**
|
|
365
|
+
- Update all paths from `skill-name/` to `skills/skill-name/`
|
|
366
|
+
- Search and replace in:
|
|
367
|
+
- README.md
|
|
368
|
+
- SKILL.md
|
|
369
|
+
- Knowledge base docs
|
|
370
|
+
- Script examples
|
|
371
|
+
- Test script paths: `python skills/skill-name/scripts/tool.py --help`
|
|
372
|
+
|
|
373
|
+
---
|
|
374
|
+
|
|
375
|
+
## Best Practices
|
|
376
|
+
|
|
377
|
+
### 1. License Consistency
|
|
378
|
+
|
|
379
|
+
**Recommendation:** Use Apache-2.0 for Claude Code skills
|
|
380
|
+
|
|
381
|
+
**Rationale:**
|
|
382
|
+
- Matches Anthropic's official skills repository
|
|
383
|
+
- Provides patent protection (important for novel automation)
|
|
384
|
+
- Enterprise-friendly (clear terms for commercial use)
|
|
385
|
+
- Compatible with MIT dependencies (one-way compatibility)
|
|
386
|
+
|
|
387
|
+
**If reusing Anthropic code:**
|
|
388
|
+
- MUST use Apache-2.0 (derivative works requirement)
|
|
389
|
+
- Include original NOTICE file
|
|
390
|
+
- Attribute Anthropic in README
|
|
391
|
+
|
|
392
|
+
### 2. Versioning Strategy
|
|
393
|
+
|
|
394
|
+
**Semantic Versioning:**
|
|
395
|
+
- `MAJOR.MINOR.PATCH` (e.g., 1.2.3)
|
|
396
|
+
- MAJOR: Breaking changes (restructure, removed features)
|
|
397
|
+
- MINOR: New features (backward compatible)
|
|
398
|
+
- PATCH: Bug fixes, documentation
|
|
399
|
+
|
|
400
|
+
**Keep in sync:**
|
|
401
|
+
- `.claude-plugin/plugin.json` version
|
|
402
|
+
- `.claude-plugin/marketplace.json` plugin version
|
|
403
|
+
- README.md version badge
|
|
404
|
+
- CHANGELOG.md latest version
|
|
405
|
+
|
|
406
|
+
### 3. Metadata Quality
|
|
407
|
+
|
|
408
|
+
**Good descriptions:**
|
|
409
|
+
- "Professional skill creation with research-driven workflow and automated validation"
|
|
410
|
+
- "Create comprehensive README files grounded in codebase reality"
|
|
411
|
+
|
|
412
|
+
**Bad descriptions:**
|
|
413
|
+
- "A tool for making skills" (too vague)
|
|
414
|
+
- "The best skill creator ever made" (marketing fluff)
|
|
415
|
+
|
|
416
|
+
**Keywords:**
|
|
417
|
+
- Use 3-6 specific, searchable terms
|
|
418
|
+
- Include: domain, function, key features
|
|
419
|
+
- Examples: `skill-creator`, `validation`, `automation`, `testing`
|
|
420
|
+
|
|
421
|
+
### 4. Documentation
|
|
422
|
+
|
|
423
|
+
**README must include:**
|
|
424
|
+
- Clear installation instructions (plugin + manual)
|
|
425
|
+
- Quick start guide with example
|
|
426
|
+
- Feature overview
|
|
427
|
+
- Link to full documentation
|
|
428
|
+
- Troubleshooting section
|
|
429
|
+
|
|
430
|
+
**Knowledge base:**
|
|
431
|
+
- Keep plugin-guide.md updated with lessons learned
|
|
432
|
+
- Document common issues and solutions
|
|
433
|
+
- Include testing procedures
|
|
434
|
+
|
|
435
|
+
### 5. Testing Before Release
|
|
436
|
+
|
|
437
|
+
**Pre-push checklist:**
|
|
438
|
+
- [ ] JSON files validate (no syntax errors)
|
|
439
|
+
- [ ] Directory structure correct (skills/ at root)
|
|
440
|
+
- [ ] SKILL.md exists and loads
|
|
441
|
+
- [ ] All paths updated (no broken references)
|
|
442
|
+
- [ ] .gitignore includes .claude/
|
|
443
|
+
- [ ] README has plugin instructions
|
|
444
|
+
- [ ] License file present
|
|
445
|
+
|
|
446
|
+
**Post-push testing:**
|
|
447
|
+
- [ ] Marketplace add works
|
|
448
|
+
- [ ] Plugin appears in browser
|
|
449
|
+
- [ ] Plugin installs successfully
|
|
450
|
+
- [ ] Skill auto-discovered
|
|
451
|
+
- [ ] Skill executes correctly
|
|
452
|
+
|
|
453
|
+
---
|
|
454
|
+
|
|
455
|
+
## Integration with Skill Creation Workflow
|
|
456
|
+
|
|
457
|
+
**Current Workflow (v1.2):**
|
|
458
|
+
```
|
|
459
|
+
Steps 1-8: Create skill → Validate → Test → Quality check
|
|
460
|
+
Step 9: Package skill (.skill file)
|
|
461
|
+
```
|
|
462
|
+
|
|
463
|
+
**Proposed Workflow (v1.3):**
|
|
464
|
+
```
|
|
465
|
+
Steps 1-8: Create skill → Validate → Test → Quality check
|
|
466
|
+
Step 9: Package skill (.skill file)
|
|
467
|
+
Step 10: [OPTIONAL] Plugin distribution setup
|
|
468
|
+
- Create .claude-plugin/ files
|
|
469
|
+
- Restructure to skills/ directory
|
|
470
|
+
- Update documentation
|
|
471
|
+
- Test plugin installation
|
|
472
|
+
- Push to repository
|
|
473
|
+
```
|
|
474
|
+
|
|
475
|
+
**When to use plugin distribution:**
|
|
476
|
+
- Skill is stable and production-ready
|
|
477
|
+
- Want team-wide distribution
|
|
478
|
+
- Plan to maintain long-term
|
|
479
|
+
- Need version management
|
|
480
|
+
- Public release intended
|
|
481
|
+
|
|
482
|
+
**When to skip:**
|
|
483
|
+
- Quick prototype or experiment
|
|
484
|
+
- Single-user tool
|
|
485
|
+
- Embedded in specific project
|
|
486
|
+
- Temporary/disposable skill
|
|
487
|
+
|
|
488
|
+
---
|
|
489
|
+
|
|
490
|
+
## Real-World Example
|
|
491
|
+
|
|
492
|
+
**Repository:** github.com/rfxlamia/skillkit
|
|
493
|
+
|
|
494
|
+
**What worked:**
|
|
495
|
+
✅ `"source": "./"` for repository root reference
|
|
496
|
+
✅ `skills/claude-skillkit/` standard structure
|
|
497
|
+
✅ Apache-2.0 license (matches ecosystem)
|
|
498
|
+
✅ Comprehensive README with 3 install options
|
|
499
|
+
✅ .claude/ in .gitignore (avoid committing local settings)
|
|
500
|
+
|
|
501
|
+
**Testing results:**
|
|
502
|
+
- Marketplace add: Success ✅
|
|
503
|
+
- Plugin browser listing: Success ✅
|
|
504
|
+
- Plugin installation: Success ✅
|
|
505
|
+
- Skill discovery: Success ✅
|
|
506
|
+
- Skill execution: Success ✅
|
|
507
|
+
- 963 lines of successful execution log
|
|
508
|
+
|
|
509
|
+
**Lessons learned:**
|
|
510
|
+
1. Structure matters - skills/ directory must be at root
|
|
511
|
+
2. JSON validation catches 90% of issues early
|
|
512
|
+
3. Path updates needed everywhere (README, docs, examples)
|
|
513
|
+
4. .claude/ directory should always be gitignored
|
|
514
|
+
5. Real-world testing reveals edge cases (command accuracy, paths)
|
|
515
|
+
|
|
516
|
+
---
|
|
517
|
+
|
|
518
|
+
## Future Enhancements (v1.3+)
|
|
519
|
+
|
|
520
|
+
**Planned features:**
|
|
521
|
+
|
|
522
|
+
1. **Automated plugin setup script**
|
|
523
|
+
- `scripts/setup_plugin.py` - Interactive setup wizard
|
|
524
|
+
- Prompts for plugin name, description, author
|
|
525
|
+
- Generates .claude-plugin/ files
|
|
526
|
+
- Restructures repository automatically
|
|
527
|
+
|
|
528
|
+
2. **Plugin validation tool**
|
|
529
|
+
- `scripts/validate_plugin.py` - Pre-push validation
|
|
530
|
+
- Checks JSON syntax
|
|
531
|
+
- Verifies directory structure
|
|
532
|
+
- Tests path references
|
|
533
|
+
- Simulates plugin installation
|
|
534
|
+
|
|
535
|
+
3. **Integration with package_skill.py**
|
|
536
|
+
- Optional `--plugin` flag: `package_skill.py skill-name/ --plugin`
|
|
537
|
+
- Auto-creates plugin structure if not exists
|
|
538
|
+
- Prompts for missing metadata
|
|
539
|
+
- Updates README with plugin instructions
|
|
540
|
+
|
|
541
|
+
4. **Testing automation**
|
|
542
|
+
- Mock plugin installation locally
|
|
543
|
+
- Verify skill discovery
|
|
544
|
+
- Test skill execution in sandbox
|
|
545
|
+
|
|
546
|
+
5. **Multi-skill plugins**
|
|
547
|
+
- Support multiple skills in skills/ directory
|
|
548
|
+
- Automatic marketplace.json generation for all skills
|
|
549
|
+
- Grouped distribution (related skills together)
|
|
550
|
+
|
|
551
|
+
6. **Version management**
|
|
552
|
+
- Auto-sync version numbers across files
|
|
553
|
+
- Changelog generation from git commits
|
|
554
|
+
- Release tagging automation
|
|
555
|
+
|
|
556
|
+
---
|
|
557
|
+
|
|
558
|
+
## References
|
|
559
|
+
|
|
560
|
+
**Official Documentation:**
|
|
561
|
+
- Claude Code Plugin Guide: https://code.claude.com/docs/en/plugins.md
|
|
562
|
+
- Plugin Marketplaces: https://code.claude.com/docs/en/plugin-marketplaces.md
|
|
563
|
+
- Skills Guide: https://code.claude.com/docs/en/skills.md
|
|
564
|
+
|
|
565
|
+
**Related Files:**
|
|
566
|
+
- `SKILL.md` - Main skill definition
|
|
567
|
+
- `CHANGELOG.md` - Version history
|
|
568
|
+
- `knowledge/INDEX.md` - Knowledge base map
|
|
569
|
+
- `README.md` - User-facing documentation
|
|
570
|
+
|
|
571
|
+
**Tools:**
|
|
572
|
+
- `scripts/package_skill.py` - Skill packaging (v1.2)
|
|
573
|
+
- `scripts/validate_skill.py` - Structure validation
|
|
574
|
+
- `scripts/quality_scorer.py` - Quality assessment
|
|
575
|
+
|
|
576
|
+
---
|
|
577
|
+
|
|
578
|
+
## Changelog
|
|
579
|
+
|
|
580
|
+
**v1.3.0-draft (2025-11-14)**
|
|
581
|
+
- Initial plugin distribution guide
|
|
582
|
+
- Based on successful claude-skillkit plugin implementation
|
|
583
|
+
- Documented real-world testing results (963-line execution log)
|
|
584
|
+
- Included troubleshooting from actual issues encountered
|
|
585
|
+
- Proposed integration with v1.3 workflow
|
|
586
|
+
|
|
587
|
+
**Next Steps:**
|
|
588
|
+
- Implement automated setup script
|
|
589
|
+
- Create plugin validation tool
|
|
590
|
+
- Integrate with existing workflow
|
|
591
|
+
- Add multi-skill plugin support
|
|
592
|
+
- Write comprehensive testing procedures
|
|
593
|
+
|
|
594
|
+
---
|
|
595
|
+
|
|
596
|
+
## Contributing
|
|
597
|
+
|
|
598
|
+
If you've implemented plugin distribution for your skill:
|
|
599
|
+
|
|
600
|
+
1. **Share lessons learned** - Open issue or PR with insights
|
|
601
|
+
2. **Report issues** - Document problems and solutions
|
|
602
|
+
3. **Improve guide** - Submit clarifications or corrections
|
|
603
|
+
4. **Add examples** - Real-world implementations help everyone
|
|
604
|
+
|
|
605
|
+
**Feedback welcome:**
|
|
606
|
+
- GitHub Issues: Report problems or suggest improvements
|
|
607
|
+
- Pull Requests: Contribute fixes or enhancements
|
|
608
|
+
- Discussions: Share experiences and best practices
|
|
609
|
+
|
|
610
|
+
---
|
|
611
|
+
|
|
612
|
+
**Last Updated:** 2025-11-14
|
|
613
|
+
**Tested With:** Claude Code v2.0.37
|
|
614
|
+
**Status:** Draft (pending v1.3 release)
|