stitch840607
b35adebfae
fix: add missing 'skills' field to plugin.json for skill loading ( #171 )
...
The plugin.json files were missing the "skills" field which is required
for Claude Code to locate and load skills from each plugin directory.
Added "skills": "./" to 6 team-level plugin.json files:
- c-level-advisor
- engineering-team
- marketing-skill
- product-team
- project-management
- ra-qm-team
Co-authored-by: shawn.yang <shawn.yang@ikala.tv >
2026-02-04 12:24:04 +01:00
Reza Rezvani
4b95c9bf00
feat(marketplace): add Claude Code native marketplace support
...
Resolves #34 (marketplace visibility) - Part 2: Native Claude Code integration
## New Features
### marketplace.json
- Decentralized marketplace for Claude Code plugin system
- 12 plugin entries (6 domain bundles + 6 popular individual skills)
- Native `/plugin` command integration
- Version management with git tags
### Plugin Manifests
Created `.claude-plugin/plugin.json` for all 6 domain bundles:
- marketing-skill/ (5 skills)
- engineering-team/ (18 skills)
- product-team/ (5 skills)
- c-level-advisor/ (2 skills)
- project-management/ (6 skills)
- ra-qm-team/ (12 skills)
### Documentation Updates
- README.md: Two installation methods (native + universal)
- INSTALLATION.md: Complete marketplace installation guide
## Installation Methods
### Method 1: Claude Code Native (NEW)
```bash
/plugin marketplace add alirezarezvani/claude-skills
/plugin install marketing-skills@claude-code-skills
```
### Method 2: Universal Installer (Existing)
```bash
npx ai-agent-skills install alirezarezvani/claude-skills
```
## Benefits
**Native Marketplace:**
- ✅ Built-in Claude Code integration
- ✅ Automatic updates with /plugin update
- ✅ Version management
- ✅ Skills in ~/.claude/skills/
**Universal Installer:**
- ✅ Works across 9+ AI agents
- ✅ One command for all agents
- ✅ Cross-platform compatibility
## Impact
- Dual distribution strategy maximizes reach
- Claude Code users get native experience
- Other agent users get universal installer
- Both methods work simultaneously
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com >
2026-01-07 18:39:28 +01:00
Reza Rezvani
9e6f984728
docs(domains): add comprehensive READMEs for product-team, c-level-advisor, and project-management
...
Part of #34 and #36 installation improvements
## New Files
### product-team/README.md
- Complete overview of 5 product skills
- Universal installer quick start
- Per-skill installation commands
- Team structure recommendations
- Common workflows and success metrics
### c-level-advisor/README.md
- Overview of CEO and CTO advisor skills
- Universal installer quick start
- Executive decision-making frameworks
- Strategic and technical leadership workflows
### project-management/README.md
- Complete overview of 6 Atlassian expert skills
- Universal installer quick start
- Atlassian MCP integration guide
- Team structure recommendations
- Real-world scenario links
## Impact
- All 6 domain folders now have installation documentation
- Consistent format across all domain READMEs
- Clear installation paths for users
- Comprehensive skill overviews
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com >
2026-01-07 18:29:49 +01:00
Reza Rezvani
706da0250c
docs(claude): refactor CLAUDE.md into modular documentation structure
...
- Refactor main CLAUDE.md from 491 to 164 lines (66% reduction)
- Create 9 domain-specific CLAUDE.md files for focused guidance:
* agents/CLAUDE.md (347 lines) - Agent development guide
* marketing-skill/CLAUDE.md (253 lines) - Marketing tools
* product-team/CLAUDE.md (268 lines) - Product management tools
* engineering-team/CLAUDE.md (291 lines) - Engineering tools
* standards/CLAUDE.md (176 lines) - Standards usage
* c-level-advisor/CLAUDE.md (143 lines) - Strategic advisory
* project-management/CLAUDE.md (139 lines) - Atlassian integration
* ra-qm-team/CLAUDE.md (153 lines) - RA/QM compliance
* templates/CLAUDE.md (77 lines) - Template system
- Add navigation map in main CLAUDE.md for easy domain access
- Create PROGRESS.md for real-time sprint tracking
- Implement auto-documentation system for sprint progress
Benefits:
- Main CLAUDE.md now concise and navigable
- Domain-specific guidance easier to find
- No duplicate content across files
- Better organization for 42 skills across 6 domains
Total: 2,011 lines across 10 organized files vs 491 lines in 1 monolithic file
Sprint: sprint-11-05-2025
Issue: Part of documentation refactoring milestone
2025-11-05 12:44:03 +01:00
Reza Rezvani
b85b81f905
refactor: enhance 2 C-Level advisory skills with Anthropic best practices (Phase 1)
...
Apply Anthropic's official Agent Skills specification to C-Level advisory skills
by adding professional metadata and keywords for better discovery.
Changes Applied to Both C-Level Skills:
1. **Enhanced Metadata** (Following Anthropic Spec):
- Added license: MIT
- Added version: 1.0.0 (semantic versioning)
- Added author: Alireza Rezvani
- Added category: c-level
- Added domain: [ceo-leadership|cto-leadership]
- Added updated: 2025-10-20
- Added python-tools: [specific analysis tools]
- Added frameworks: [leadership and technical frameworks]
2. **Improved Descriptions**:
- More concise and focused
- Explicit "Use when..." trigger scenarios
- Added keyword mentions for activation
- Better Claude discovery cues
3. **Added Keywords Sections**:
- Comprehensive keyword lists (20+ per skill)
- Executive-level terminology
- Strategic decision-making keywords
- Helps Claude and users find the right skill
Specific Updates:
**ceo-advisor:**
- Added 12 metadata fields (includes frameworks)
- Added 20 executive leadership keywords
- Enhanced description with board/investor triggers
- Frameworks: executive-decision-framework, board-governance, investor-relations
**cto-advisor:**
- Added 13 metadata fields (includes tech-stack)
- Added 21 technical leadership keywords
- Enhanced description with engineering-specific triggers
- Frameworks: DORA-metrics, architecture-decision-records, engineering-metrics
Progress:
- Phase 1: 5/36 skills complete (14%)
- Marketing suite: 3/3 complete ✅
- C-Level suite: 2/2 complete ✅
- Remaining: 31 skills (Product, Engineering, RA/QM)
Next: Product Team skills (5 skills)
Following: documentation/implementation/SKILLS_REFACTORING_PLAN.md
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-21 01:04:49 +02:00
Reza Rezvani
619f7be887
feat: add C-level advisor skills (CEO & CTO) and packaged skill archives
...
Add two executive leadership skill packages:
CEO Advisor:
- Strategy analyzer and financial scenario analyzer (Python tools)
- Executive decision framework
- Leadership & organizational culture guidelines
- Board governance & investor relations guidance
CTO Advisor:
- Tech debt analyzer and team scaling calculator (Python tools)
- Engineering metrics framework
- Technology evaluation framework
- Architecture decision records templates
Also includes packaged .zip archives for easy distribution.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-19 06:06:54 +02:00