Dev (#305)
* chore: update gitignore for audit reports and playwright cache * fix: add YAML frontmatter (name + description) to all SKILL.md files - Added frontmatter to 34 skills that were missing it entirely (0% Tessl score) - Fixed name field format to kebab-case across all 169 skills - Resolves #284 * chore: sync codex skills symlinks [automated] * fix: optimize 14 low-scoring skills via Tessl review (#290) Tessl optimization: 14 skills improved from ≤69% to 85%+. Closes #285, #286. * chore: sync codex skills symlinks [automated] * fix: optimize 18 skills via Tessl review + compliance fix (closes #287) (#291) Phase 1: 18 skills optimized via Tessl (avg 77% → 95%). Closes #287. * feat: add scripts and references to 4 prompt-only skills + Tessl optimization (#292) Phase 2: 3 new scripts + 2 reference files for prompt-only skills. Tessl 45-55% → 94-100%. * feat: add 6 agents + 5 slash commands for full coverage (v2.7.0) (#293) Phase 3: 6 new agents (all 9 categories covered) + 5 slash commands. * fix: Phase 5 verification fixes + docs update (#294) Phase 5 verification fixes * chore: sync codex skills symlinks [automated] * fix: marketplace audit — all 11 plugins validated by Claude Code (#295) Marketplace audit: all 11 plugins validated + installed + tested in Claude Code * fix: restore 7 removed plugins + revert playwright-pro name to pw Reverts two overly aggressive audit changes: - Restored content-creator, demand-gen, fullstack-engineer, aws-architect, product-manager, scrum-master, skill-security-auditor to marketplace - Reverted playwright-pro plugin.json name back to 'pw' (intentional short name) * refactor: split 21 over-500-line skills into SKILL.md + references (#296) * chore: sync codex skills symlinks [automated] * docs: update all documentation with accurate counts and regenerated skill pages - Update skill count to 170, Python tools to 213, references to 314 across all docs - Regenerate all 170 skill doc pages from latest SKILL.md sources - Update CLAUDE.md with v2.1.1 highlights, accurate architecture tree, and roadmap - Update README.md badges and overview table - Update marketplace.json metadata description and version - Update mkdocs.yml, index.md, getting-started.md with correct numbers * fix: add root-level SKILL.md and .codex/instructions.md to all domains (#301) Root cause: CLI tools (ai-agent-skills, agent-skills-cli) look for SKILL.md at the specified install path. 7 of 9 domain directories were missing this file, causing "Skill not found" errors for bundle installs like: npx ai-agent-skills install alirezarezvani/claude-skills/engineering-team Fix: - Add root-level SKILL.md with YAML frontmatter to 7 domains - Add .codex/instructions.md to 8 domains (for Codex CLI discovery) - Update INSTALLATION.md with accurate skill counts (53→170) - Add troubleshooting entry for "Skill not found" error All 9 domains now have: SKILL.md + .codex/instructions.md + plugin.json Closes #301 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * feat: add Gemini CLI + OpenClaw support, fix Codex missing 25 skills Gemini CLI: - Add GEMINI.md with activation instructions - Add scripts/gemini-install.sh setup script - Add scripts/sync-gemini-skills.py (194 skills indexed) - Add .gemini/skills/ with symlinks for all skills, agents, commands - Remove phantom medium-content-pro entries from sync script - Add top-level folder filter to prevent gitignored dirs from leaking Codex CLI: - Fix sync-codex-skills.py missing "engineering" domain (25 POWERFUL skills) - Regenerate .codex/skills-index.json: 124 → 149 skills - Add 25 new symlinks in .codex/skills/ OpenClaw: - Add OpenClaw installation section to INSTALLATION.md - Add ClawHub install + manual install + YAML frontmatter docs Documentation: - Update INSTALLATION.md with all 4 platforms + accurate counts - Update README.md: "three platforms" → "four platforms" + Gemini quick start - Update CLAUDE.md with Gemini CLI support in v2.1.1 highlights - Update SKILL-AUTHORING-STANDARD.md + SKILL_PIPELINE.md with Gemini steps - Add OpenClaw + Gemini to installation locations reference table Marketplace: all 18 plugins validated — sources exist, SKILL.md present Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * feat(product,pm): world-class product & PM skills audit — 6 scripts, 5 agents, 7 commands, 23 references/assets Phase 1 — Agent & Command Foundation: - Rewrite cs-project-manager agent (55→515 lines, 4 workflows, 6 skill integrations) - Expand cs-product-manager agent (408→684 lines, orchestrates all 8 product skills) - Add 7 slash commands: /rice, /okr, /persona, /user-story, /sprint-health, /project-health, /retro Phase 2 — Script Gap Closure (2,779 lines): - jira-expert: jql_query_builder.py (22 patterns), workflow_validator.py - confluence-expert: space_structure_generator.py, content_audit_analyzer.py - atlassian-admin: permission_audit_tool.py - atlassian-templates: template_scaffolder.py (Confluence XHTML generation) Phase 3 — Reference & Asset Enrichment: - 9 product references (competitive-teardown, landing-page-generator, saas-scaffolder) - 6 PM references (confluence-expert, atlassian-admin, atlassian-templates) - 7 product assets (templates for PRD, RICE, sprint, stories, OKR, research, design system) - 1 PM asset (permission_scheme_template.json) Phase 4 — New Agents: - cs-agile-product-owner, cs-product-strategist, cs-ux-researcher Phase 5 — Integration & Polish: - Related Skills cross-references in 8 SKILL.md files - Updated product-team/CLAUDE.md (5→8 skills, 6→9 tools, 4 agents, 5 commands) - Updated project-management/CLAUDE.md (0→12 scripts, 3 commands) - Regenerated docs site (177 pages), updated homepage and getting-started Quality audit: 31 files reviewed, 29 PASS, 2 fixed (copy-frameworks.md, governance-framework.md) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: audit and repair all plugins, agents, and commands - Fix 12 command files: correct CLI arg syntax, script paths, and usage docs - Fix 3 agents with broken script/reference paths (cs-content-creator, cs-demand-gen-specialist, cs-financial-analyst) - Add complete YAML frontmatter to 5 agents (cs-growth-strategist, cs-engineering-lead, cs-senior-engineer, cs-financial-analyst, cs-quality-regulatory) - Fix cs-ceo-advisor related agent path - Update marketplace.json metadata counts (224 tools, 341 refs, 14 agents, 12 commands) Verified: all 19 scripts pass --help, all 14 agent paths resolve, mkdocs builds clean. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: repair 25 Python scripts failing --help across all domains - Fix Python 3.10+ syntax (float | None → Optional[float]) in 2 scripts - Add argparse CLI handling to 9 marketing scripts using raw sys.argv - Fix 10 scripts crashing at module level (wrap in __main__, add argparse) - Make yaml/prefect/mcp imports conditional with stdlib fallbacks (4 scripts) - Fix f-string backslash syntax in project_bootstrapper.py - Fix -h flag conflict in pr_analyzer.py - Fix tech-debt.md description (score → prioritize) All 237 scripts now pass python3 --help verification. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(product-team): close 3 verified gaps in product skills - Fix competitive-teardown/SKILL.md: replace broken references DATA_COLLECTION.md → references/data-collection-guide.md and TEMPLATES.md → references/analysis-templates.md (workflow was broken at steps 2 and 4) - Upgrade landing_page_scaffolder.py: add TSX + Tailwind output format (--format tsx) matching SKILL.md promise of Next.js/React components. 4 design styles (dark-saas, clean-minimal, bold-startup, enterprise). TSX is now default; HTML preserved via --format html - Rewrite README.md: fix stale counts (was 5 skills/15+ tools, now accurately shows 8 skills/9 tools), remove 7 ghost scripts that never existed (sprint_planner.py, velocity_tracker.py, etc.) - Fix tech-debt.md description (score → prioritize) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * release: v2.1.2 — landing page TSX output, brand voice integration, docs update - Landing page generator defaults to Next.js TSX + Tailwind CSS (4 design styles) - Brand voice analyzer integrated into landing page generation workflow - CHANGELOG, CLAUDE.md, README.md updated for v2.1.2 - All 13 plugin.json + marketplace.json bumped to 2.1.2 - Gemini/Codex skill indexes re-synced - Backward compatible: --format html preserved, no breaking changes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: alirezarezvani <5697919+alirezarezvani@users.noreply.github.com> Co-authored-by: Leo <leo@openclaw.ai> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -99,7 +99,7 @@ AI-augmented development. Optimize for SEO.
|
||||
|
||||
## Python Tools
|
||||
|
||||
All 210+ tools use the standard library only — zero pip installs.
|
||||
All 218+ tools use the standard library only — zero pip installs.
|
||||
|
||||
```bash
|
||||
# Security audit a skill before installing
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Claude Code Skills & Plugins
|
||||
description: "170 production-ready skills and plugins for Claude Code, OpenAI Codex, and OpenClaw. Reusable expertise bundles for engineering, product, marketing, compliance, and more."
|
||||
description: "177 production-ready skills and plugins for Claude Code, OpenAI Codex, and OpenClaw. Reusable expertise bundles for engineering, product, marketing, compliance, and more."
|
||||
hide:
|
||||
- toc
|
||||
- edit
|
||||
@@ -14,7 +14,7 @@ hide:
|
||||
|
||||
# Claude Code Skills
|
||||
|
||||
170 production-ready skills that transform AI coding agents into specialized professionals.
|
||||
177 production-ready skills that transform AI coding agents into specialized professionals.
|
||||
{ .hero-subtitle }
|
||||
|
||||
**Claude Code** | **OpenAI Codex** | **OpenClaw**
|
||||
@@ -27,13 +27,13 @@ hide:
|
||||
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
- :material-counter:{ .lg .middle } **170**
|
||||
- :material-counter:{ .lg .middle } **177**
|
||||
|
||||
---
|
||||
|
||||
Production-ready skills
|
||||
|
||||
- :material-language-python:{ .lg .middle } **210+**
|
||||
- :material-language-python:{ .lg .middle } **218+**
|
||||
|
||||
---
|
||||
|
||||
|
||||
50
docs/skills/business-growth/business-growth.md
Normal file
50
docs/skills/business-growth/business-growth.md
Normal file
@@ -0,0 +1,50 @@
|
||||
---
|
||||
title: "Business & Growth Skills"
|
||||
description: "Business & Growth Skills - Claude Code skill from the Business & Growth domain."
|
||||
---
|
||||
|
||||
# Business & Growth Skills
|
||||
|
||||
**Domain:** Business & Growth | **Skill:** `business-growth` | **Source:** [`business-growth/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/business-growth/SKILL.md)
|
||||
|
||||
---
|
||||
|
||||
|
||||
# Business & Growth Skills
|
||||
|
||||
4 production-ready skills for customer success, sales, and revenue operations.
|
||||
|
||||
## Quick Start
|
||||
|
||||
### Claude Code
|
||||
```
|
||||
/read business-growth/customer-success-manager/SKILL.md
|
||||
```
|
||||
|
||||
### Codex CLI
|
||||
```bash
|
||||
npx agent-skills-cli add alirezarezvani/claude-skills/business-growth
|
||||
```
|
||||
|
||||
## Skills Overview
|
||||
|
||||
| Skill | Folder | Focus |
|
||||
|-------|--------|-------|
|
||||
| Customer Success Manager | `customer-success-manager/` | Health scoring, churn prediction, expansion |
|
||||
| Sales Engineer | `sales-engineer/` | RFP analysis, competitive matrices, PoC planning |
|
||||
| Revenue Operations | `revenue-operations/` | Pipeline analysis, forecast accuracy, GTM metrics |
|
||||
| Contract & Proposal Writer | `contract-and-proposal-writer/` | Proposal generation, contract templates |
|
||||
|
||||
## Python Tools
|
||||
|
||||
9 scripts, all stdlib-only:
|
||||
|
||||
```bash
|
||||
python3 customer-success-manager/scripts/health_score_calculator.py --help
|
||||
python3 revenue-operations/scripts/pipeline_analyzer.py --help
|
||||
```
|
||||
|
||||
## Rules
|
||||
|
||||
- Load only the specific skill SKILL.md you need
|
||||
- Use Python tools for scoring and metrics, not manual estimates
|
||||
@@ -5,10 +5,11 @@ description: "All Business & Growth skills for Claude Code, OpenAI Codex, and Op
|
||||
|
||||
# Business & Growth Skills
|
||||
|
||||
4 skills in this domain.
|
||||
5 skills in this domain.
|
||||
|
||||
| Skill | Description |
|
||||
|-------|-------------|
|
||||
| [Business & Growth Skills](business-growth.md) | `business-growth` |
|
||||
| [Contract & Proposal Writer](contract-and-proposal-writer.md) | `contract-and-proposal-writer` |
|
||||
| [Customer Success Manager](customer-success-manager.md) | `customer-success-manager` |
|
||||
| [Revenue Operations](revenue-operations.md) | `revenue-operations` |
|
||||
|
||||
83
docs/skills/engineering-team/engineering-team.md
Normal file
83
docs/skills/engineering-team/engineering-team.md
Normal file
@@ -0,0 +1,83 @@
|
||||
---
|
||||
title: "Engineering Team Skills"
|
||||
description: "Engineering Team Skills - Claude Code skill from the Engineering - Core domain."
|
||||
---
|
||||
|
||||
# Engineering Team Skills
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `engineering-team` | **Source:** [`engineering-team/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/SKILL.md)
|
||||
|
||||
---
|
||||
|
||||
|
||||
# Engineering Team Skills
|
||||
|
||||
23 production-ready engineering skills organized into core engineering, AI/ML/Data, and specialized tools.
|
||||
|
||||
## Quick Start
|
||||
|
||||
### Claude Code
|
||||
```
|
||||
/read engineering-team/senior-fullstack/SKILL.md
|
||||
```
|
||||
|
||||
### Codex CLI
|
||||
```bash
|
||||
npx agent-skills-cli add alirezarezvani/claude-skills/engineering-team
|
||||
```
|
||||
|
||||
## Skills Overview
|
||||
|
||||
### Core Engineering (13 skills)
|
||||
|
||||
| Skill | Folder | Focus |
|
||||
|-------|--------|-------|
|
||||
| Senior Architect | `senior-architect/` | System design, architecture patterns |
|
||||
| Senior Frontend | `senior-frontend/` | React, Next.js, TypeScript, Tailwind |
|
||||
| Senior Backend | `senior-backend/` | API design, database optimization |
|
||||
| Senior Fullstack | `senior-fullstack/` | Project scaffolding, code quality |
|
||||
| Senior QA | `senior-qa/` | Test generation, coverage analysis |
|
||||
| Senior DevOps | `senior-devops/` | CI/CD, infrastructure, containers |
|
||||
| Senior SecOps | `senior-secops/` | Security operations, vulnerability management |
|
||||
| Code Reviewer | `code-reviewer/` | PR review, code quality analysis |
|
||||
| Senior Security | `senior-security/` | Threat modeling, STRIDE, penetration testing |
|
||||
| AWS Solution Architect | `aws-solution-architect/` | Serverless, CloudFormation, cost optimization |
|
||||
| MS365 Tenant Manager | `ms365-tenant-manager/` | Microsoft 365 administration |
|
||||
| TDD Guide | `tdd-guide/` | Test-driven development workflows |
|
||||
| Tech Stack Evaluator | `tech-stack-evaluator/` | Technology comparison, TCO analysis |
|
||||
|
||||
### AI/ML/Data (5 skills)
|
||||
|
||||
| Skill | Folder | Focus |
|
||||
|-------|--------|-------|
|
||||
| Senior Data Scientist | `senior-data-scientist/` | Statistical modeling, experimentation |
|
||||
| Senior Data Engineer | `senior-data-engineer/` | Pipelines, ETL, data quality |
|
||||
| Senior ML Engineer | `senior-ml-engineer/` | Model deployment, MLOps, LLM integration |
|
||||
| Senior Prompt Engineer | `senior-prompt-engineer/` | Prompt optimization, RAG, agents |
|
||||
| Senior Computer Vision | `senior-computer-vision/` | Object detection, segmentation |
|
||||
|
||||
### Specialized Tools (5 skills)
|
||||
|
||||
| Skill | Folder | Focus |
|
||||
|-------|--------|-------|
|
||||
| Playwright Pro | `playwright-pro/` | E2E testing (9 sub-skills) |
|
||||
| Self-Improving Agent | `self-improving-agent/` | Memory curation (5 sub-skills) |
|
||||
| Stripe Integration | `stripe-integration-expert/` | Payment integration, webhooks |
|
||||
| Incident Commander | `incident-commander/` | Incident response workflows |
|
||||
| Email Template Builder | `email-template-builder/` | HTML email generation |
|
||||
|
||||
## Python Tools
|
||||
|
||||
30+ scripts, all stdlib-only. Run directly:
|
||||
|
||||
```bash
|
||||
python3 <skill>/scripts/<tool>.py --help
|
||||
```
|
||||
|
||||
No pip install needed. Scripts include embedded samples for demo mode.
|
||||
|
||||
## Rules
|
||||
|
||||
- Load only the specific skill SKILL.md you need — don't bulk-load all 23
|
||||
- Use Python tools for analysis and scaffolding, not manual judgment
|
||||
- Check CLAUDE.md for tool usage examples and workflows
|
||||
@@ -5,13 +5,14 @@ description: "All Engineering - Core skills for Claude Code, OpenAI Codex, and O
|
||||
|
||||
# Engineering - Core Skills
|
||||
|
||||
37 skills in this domain.
|
||||
38 skills in this domain.
|
||||
|
||||
| Skill | Description |
|
||||
|-------|-------------|
|
||||
| [AWS Solution Architect](aws-solution-architect.md) | `aws-solution-architect` |
|
||||
| [Code Reviewer](code-reviewer.md) | `code-reviewer` |
|
||||
| [Email Template Builder](email-template-builder.md) | `email-template-builder` |
|
||||
| [Engineering Team Skills](engineering-team.md) | `engineering-team` |
|
||||
| [Incident Commander Skill](incident-commander.md) | `incident-commander` |
|
||||
| [Microsoft 365 Tenant Manager](ms365-tenant-manager.md) | `ms365-tenant-manager` |
|
||||
| [Playwright Pro](playwright-pro.md) | `playwright-pro` |
|
||||
|
||||
62
docs/skills/engineering/engineering.md
Normal file
62
docs/skills/engineering/engineering.md
Normal file
@@ -0,0 +1,62 @@
|
||||
---
|
||||
title: "Engineering Advanced Skills (POWERFUL Tier)"
|
||||
description: "Engineering Advanced Skills (POWERFUL Tier) - Claude Code skill from the Engineering - POWERFUL domain."
|
||||
---
|
||||
|
||||
# Engineering Advanced Skills (POWERFUL Tier)
|
||||
|
||||
**Domain:** Engineering - POWERFUL | **Skill:** `engineering` | **Source:** [`engineering/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering/SKILL.md)
|
||||
|
||||
---
|
||||
|
||||
|
||||
# Engineering Advanced Skills (POWERFUL Tier)
|
||||
|
||||
25 advanced engineering skills for complex architecture, automation, and platform operations.
|
||||
|
||||
## Quick Start
|
||||
|
||||
### Claude Code
|
||||
```
|
||||
/read engineering/agent-designer/SKILL.md
|
||||
```
|
||||
|
||||
### Codex CLI
|
||||
```bash
|
||||
npx agent-skills-cli add alirezarezvani/claude-skills/engineering
|
||||
```
|
||||
|
||||
## Skills Overview
|
||||
|
||||
| Skill | Folder | Focus |
|
||||
|-------|--------|-------|
|
||||
| Agent Designer | `agent-designer/` | Multi-agent architecture patterns |
|
||||
| Agent Workflow Designer | `agent-workflow-designer/` | Workflow orchestration |
|
||||
| API Design Reviewer | `api-design-reviewer/` | REST/GraphQL linting, breaking changes |
|
||||
| API Test Suite Builder | `api-test-suite-builder/` | API test generation |
|
||||
| Changelog Generator | `changelog-generator/` | Automated changelogs |
|
||||
| CI/CD Pipeline Builder | `ci-cd-pipeline-builder/` | Pipeline generation |
|
||||
| Codebase Onboarding | `codebase-onboarding/` | New dev onboarding guides |
|
||||
| Database Designer | `database-designer/` | Schema design, migrations |
|
||||
| Database Schema Designer | `database-schema-designer/` | ERD, normalization |
|
||||
| Dependency Auditor | `dependency-auditor/` | Dependency security scanning |
|
||||
| Env Secrets Manager | `env-secrets-manager/` | Secrets rotation, vault |
|
||||
| Git Worktree Manager | `git-worktree-manager/` | Parallel branch workflows |
|
||||
| Interview System Designer | `interview-system-designer/` | Hiring pipeline design |
|
||||
| MCP Server Builder | `mcp-server-builder/` | MCP tool creation |
|
||||
| Migration Architect | `migration-architect/` | System migration planning |
|
||||
| Monorepo Navigator | `monorepo-navigator/` | Monorepo tooling |
|
||||
| Observability Designer | `observability-designer/` | SLOs, alerts, dashboards |
|
||||
| Performance Profiler | `performance-profiler/` | CPU, memory, load profiling |
|
||||
| PR Review Expert | `pr-review-expert/` | Pull request analysis |
|
||||
| RAG Architect | `rag-architect/` | RAG system design |
|
||||
| Release Manager | `release-manager/` | Release orchestration |
|
||||
| Runbook Generator | `runbook-generator/` | Operational runbooks |
|
||||
| Skill Security Auditor | `skill-security-auditor/` | Skill vulnerability scanning |
|
||||
| Skill Tester | `skill-tester/` | Skill quality evaluation |
|
||||
| Tech Debt Tracker | `tech-debt-tracker/` | Technical debt management |
|
||||
|
||||
## Rules
|
||||
|
||||
- Load only the specific skill SKILL.md you need
|
||||
- These are advanced skills — combine with engineering-team/ core skills as needed
|
||||
@@ -5,7 +5,7 @@ description: "All Engineering - POWERFUL skills for Claude Code, OpenAI Codex, a
|
||||
|
||||
# Engineering - POWERFUL Skills
|
||||
|
||||
25 skills in this domain.
|
||||
26 skills in this domain.
|
||||
|
||||
| Skill | Description |
|
||||
|-------|-------------|
|
||||
@@ -19,6 +19,7 @@ description: "All Engineering - POWERFUL skills for Claude Code, OpenAI Codex, a
|
||||
| [Database Designer - POWERFUL Tier Skill](database-designer.md) | `database-designer` |
|
||||
| [Database Schema Designer](database-schema-designer.md) | `database-schema-designer` |
|
||||
| [Dependency Auditor](dependency-auditor.md) | `dependency-auditor` |
|
||||
| [Engineering Advanced Skills (POWERFUL Tier)](engineering.md) | `engineering` |
|
||||
| [Env & Secrets Manager](env-secrets-manager.md) | `env-secrets-manager` |
|
||||
| [Git Worktree Manager](git-worktree-manager.md) | `git-worktree-manager` |
|
||||
| [Interview System Designer](interview-system-designer.md) | `interview-system-designer` |
|
||||
|
||||
49
docs/skills/finance/finance.md
Normal file
49
docs/skills/finance/finance.md
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
title: "Finance Skills"
|
||||
description: "Finance Skills - Claude Code skill from the Finance domain."
|
||||
---
|
||||
|
||||
# Finance Skills
|
||||
|
||||
**Domain:** Finance | **Skill:** `finance` | **Source:** [`finance/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/finance/SKILL.md)
|
||||
|
||||
---
|
||||
|
||||
|
||||
# Finance Skills
|
||||
|
||||
Production-ready financial analysis skill for strategic decision-making.
|
||||
|
||||
## Quick Start
|
||||
|
||||
### Claude Code
|
||||
```
|
||||
/read finance/financial-analyst/SKILL.md
|
||||
```
|
||||
|
||||
### Codex CLI
|
||||
```bash
|
||||
npx agent-skills-cli add alirezarezvani/claude-skills/finance
|
||||
```
|
||||
|
||||
## Skills Overview
|
||||
|
||||
| Skill | Folder | Focus |
|
||||
|-------|--------|-------|
|
||||
| Financial Analyst | `financial-analyst/` | Ratio analysis, DCF, budget variance, forecasting |
|
||||
|
||||
## Python Tools
|
||||
|
||||
4 scripts, all stdlib-only:
|
||||
|
||||
```bash
|
||||
python3 financial-analyst/scripts/ratio_calculator.py --help
|
||||
python3 financial-analyst/scripts/dcf_valuation.py --help
|
||||
python3 financial-analyst/scripts/budget_variance_analyzer.py --help
|
||||
python3 financial-analyst/scripts/forecast_builder.py --help
|
||||
```
|
||||
|
||||
## Rules
|
||||
|
||||
- Load only the specific skill SKILL.md you need
|
||||
- Always validate financial outputs against source data
|
||||
@@ -5,8 +5,9 @@ description: "All Finance skills for Claude Code, OpenAI Codex, and OpenClaw."
|
||||
|
||||
# Finance Skills
|
||||
|
||||
1 skills in this domain.
|
||||
2 skills in this domain.
|
||||
|
||||
| Skill | Description |
|
||||
|-------|-------------|
|
||||
| [Finance Skills](finance.md) | `finance` |
|
||||
| [Financial Analyst Skill](financial-analyst.md) | `financial-analyst` |
|
||||
|
||||
@@ -383,3 +383,8 @@ Story is complete when:
|
||||
- [ ] Deployed to staging environment
|
||||
- [ ] Product Owner accepted
|
||||
- [ ] No critical bugs remaining
|
||||
|
||||
## Related Skills
|
||||
|
||||
- **Scrum Master** (`project-management/scrum-master/`) — Velocity data and sprint ceremonies complement backlog management
|
||||
- **Product Manager Toolkit** (`product-team/product-manager-toolkit/`) — RICE prioritization feeds backlog ordering
|
||||
|
||||
@@ -33,11 +33,11 @@ description: "Competitive Teardown - Claude Code skill from the Product domain."
|
||||
Follow these steps in sequence to produce a complete teardown:
|
||||
|
||||
1. **Define competitors** — List 2–4 competitors to analyze. Confirm which is the primary focus.
|
||||
2. **Collect data** — Use `DATA_COLLECTION.md` to gather raw signals from at least 3 sources per competitor (website, reviews, job postings, SEO, social).
|
||||
2. **Collect data** — Use `references/data-collection-guide.md` to gather raw signals from at least 3 sources per competitor (website, reviews, job postings, SEO, social).
|
||||
_Validation checkpoint: Before proceeding, confirm you have pricing data, at least 20 reviews, and job posting counts for each competitor._
|
||||
3. **Score using rubric** — Apply the 12-dimension rubric below to produce a numeric scorecard for each competitor and your own product.
|
||||
_Validation checkpoint: Every dimension should have a score and at least one supporting evidence note._
|
||||
4. **Generate outputs** — Populate the templates in `TEMPLATES.md` (Feature Matrix, Pricing Analysis, SWOT, Positioning Map, UX Audit).
|
||||
4. **Generate outputs** — Populate the templates in `references/analysis-templates.md` (Feature Matrix, Pricing Analysis, SWOT, Positioning Map, UX Audit).
|
||||
5. **Build action plan** — Translate findings into the Action Items template (quick wins / medium-term / strategic).
|
||||
6. **Package for stakeholders** — Assemble the Stakeholder Presentation using outputs from steps 3–5.
|
||||
|
||||
@@ -45,7 +45,7 @@ Follow these steps in sequence to produce a complete teardown:
|
||||
|
||||
## Data Collection Guide
|
||||
|
||||
> Full executable scripts for each source are in `DATA_COLLECTION.md`. Summaries of what to capture are below.
|
||||
> Full executable scripts for each source are in `references/data-collection-guide.md`. Summaries of what to capture are below.
|
||||
|
||||
### 1. Website Analysis
|
||||
|
||||
@@ -92,7 +92,7 @@ SEO signals to capture:
|
||||
|
||||
### 5. Social Media Sentiment
|
||||
|
||||
Capture recent mentions via Twitter/X API v2, Reddit, or LinkedIn. Look for recurring praise, complaints, and feature requests. See `DATA_COLLECTION.md` for API query examples.
|
||||
Capture recent mentions via Twitter/X API v2, Reddit, or LinkedIn. Look for recurring praise, complaints, and feature requests. See `references/data-collection-guide.md` for API query examples.
|
||||
|
||||
---
|
||||
|
||||
@@ -125,7 +125,7 @@ Apply this pattern to all 12 dimensions for each competitor.
|
||||
|
||||
## Templates
|
||||
|
||||
> Full template markdown is in `TEMPLATES.md`. Abbreviated reference below.
|
||||
> Full template markdown is in `references/analysis-templates.md`. Abbreviated reference below.
|
||||
|
||||
### Feature Comparison Matrix
|
||||
|
||||
@@ -145,7 +145,7 @@ For each competitor: 3–5 bullets per quadrant (Strengths, Weaknesses, Opportun
|
||||
|
||||
### Positioning Map
|
||||
|
||||
2x2 axes (e.g., Simple ↔ Complex / Low Value ↔ High Value). Place each competitor and your product. Bubble size = market share or funding. See `TEMPLATES.md` for ASCII and editable versions.
|
||||
2x2 axes (e.g., Simple ↔ Complex / Low Value ↔ High Value). Place each competitor and your product. Bubble size = market share or funding. See `references/analysis-templates.md` for ASCII and editable versions.
|
||||
|
||||
### UX Audit Checklist
|
||||
|
||||
@@ -171,3 +171,8 @@ Navigation: global search, keyboard shortcuts, in-app help.
|
||||
5. **UX Highlights** — What they do better (3 bullets) vs. where we win (3 bullets)
|
||||
6. **Voice of Customer** — Top 3 review complaints (quoted or paraphrased)
|
||||
7. **Our Action Plan** — Quick wins, medium-term, strategic priorities; Appendix with raw data
|
||||
|
||||
## Related Skills
|
||||
|
||||
- **Product Strategist** (`product-team/product-strategist/`) — Competitive insights feed OKR and strategy planning
|
||||
- **Landing Page Generator** (`product-team/landing-page-generator/`) — Competitive positioning informs landing page messaging
|
||||
|
||||
@@ -5,7 +5,7 @@ description: "All Product skills for Claude Code, OpenAI Codex, and OpenClaw."
|
||||
|
||||
# Product Skills
|
||||
|
||||
8 skills in this domain.
|
||||
9 skills in this domain.
|
||||
|
||||
| Skill | Description |
|
||||
|-------|-------------|
|
||||
@@ -14,6 +14,7 @@ description: "All Product skills for Claude Code, OpenAI Codex, and OpenClaw."
|
||||
| [Landing Page Generator](landing-page-generator.md) | `landing-page-generator` |
|
||||
| [Product Manager Toolkit](product-manager-toolkit.md) | `product-manager-toolkit` |
|
||||
| [Product Strategist](product-strategist.md) | `product-strategist` |
|
||||
| [Product Team Skills](product-team.md) | `product-team` |
|
||||
| [SaaS Scaffolder](saas-scaffolder.md) | `saas-scaffolder` |
|
||||
| [UI Design System](ui-design-system.md) | `ui-design-system` |
|
||||
| [UX Researcher & Designer](ux-researcher-designer.md) | `ux-researcher-designer` |
|
||||
|
||||
@@ -227,3 +227,8 @@ See `references/examples/sample_growth_okrs.json` for a complete example.
|
||||
- Adjust contribution percentages based on team size
|
||||
- Platform/Infrastructure teams often support all objectives
|
||||
- Specialized teams (ML, Data) may only support relevant objectives
|
||||
|
||||
## Related Skills
|
||||
|
||||
- **Senior PM** (`project-management/senior-pm/`) — Portfolio management and risk analysis inform strategic planning
|
||||
- **Competitive Teardown** (`product-team/competitive-teardown/`) — Competitive intelligence feeds product strategy
|
||||
|
||||
54
docs/skills/product-team/product-team.md
Normal file
54
docs/skills/product-team/product-team.md
Normal file
@@ -0,0 +1,54 @@
|
||||
---
|
||||
title: "Product Team Skills"
|
||||
description: "Product Team Skills - Claude Code skill from the Product domain."
|
||||
---
|
||||
|
||||
# Product Team Skills
|
||||
|
||||
**Domain:** Product | **Skill:** `product-team` | **Source:** [`product-team/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/product-team/SKILL.md)
|
||||
|
||||
---
|
||||
|
||||
|
||||
# Product Team Skills
|
||||
|
||||
8 production-ready product skills covering product management, UX/UI design, and SaaS development.
|
||||
|
||||
## Quick Start
|
||||
|
||||
### Claude Code
|
||||
```
|
||||
/read product-team/product-manager-toolkit/SKILL.md
|
||||
```
|
||||
|
||||
### Codex CLI
|
||||
```bash
|
||||
npx agent-skills-cli add alirezarezvani/claude-skills/product-team
|
||||
```
|
||||
|
||||
## Skills Overview
|
||||
|
||||
| Skill | Folder | Focus |
|
||||
|-------|--------|-------|
|
||||
| Product Manager Toolkit | `product-manager-toolkit/` | RICE prioritization, customer discovery, PRDs |
|
||||
| Agile Product Owner | `agile-product-owner/` | User stories, sprint planning, backlog |
|
||||
| Product Strategist | `product-strategist/` | OKR cascades, market analysis, vision |
|
||||
| UX Researcher Designer | `ux-researcher-designer/` | Personas, journey maps, usability testing |
|
||||
| UI Design System | `ui-design-system/` | Design tokens, component docs, responsive |
|
||||
| Competitive Teardown | `competitive-teardown/` | Systematic competitor analysis |
|
||||
| Landing Page Generator | `landing-page-generator/` | Conversion-optimized pages |
|
||||
| SaaS Scaffolder | `saas-scaffolder/` | Production SaaS boilerplate |
|
||||
|
||||
## Python Tools
|
||||
|
||||
9 scripts, all stdlib-only:
|
||||
|
||||
```bash
|
||||
python3 product-manager-toolkit/scripts/rice_prioritizer.py --help
|
||||
python3 product-strategist/scripts/okr_cascade_generator.py --help
|
||||
```
|
||||
|
||||
## Rules
|
||||
|
||||
- Load only the specific skill SKILL.md you need
|
||||
- Use Python tools for scoring and analysis, not manual judgment
|
||||
@@ -419,3 +419,8 @@ Detailed reference guides in `references/`:
|
||||
- [ ] Findings include evidence
|
||||
- [ ] Recommendations are actionable
|
||||
- [ ] Priorities justified
|
||||
|
||||
## Related Skills
|
||||
|
||||
- **UI Design System** (`product-team/ui-design-system/`) — Research findings inform design system decisions
|
||||
- **Product Manager Toolkit** (`product-team/product-manager-toolkit/`) — Customer interview analysis complements persona research
|
||||
|
||||
@@ -375,3 +375,8 @@ const example = "code here";
|
||||
- Duplicate content
|
||||
- Broken links
|
||||
- Empty spaces
|
||||
|
||||
## Related Skills
|
||||
|
||||
- **Jira Expert** (`project-management/jira-expert/`) — Jira issue macros and linking complement Confluence docs
|
||||
- **Atlassian Templates** (`project-management/atlassian-templates/`) — Template patterns for Confluence content creation
|
||||
|
||||
@@ -5,7 +5,7 @@ description: "All Project Management skills for Claude Code, OpenAI Codex, and O
|
||||
|
||||
# Project Management Skills
|
||||
|
||||
6 skills in this domain.
|
||||
7 skills in this domain.
|
||||
|
||||
| Skill | Description |
|
||||
|-------|-------------|
|
||||
@@ -13,5 +13,6 @@ description: "All Project Management skills for Claude Code, OpenAI Codex, and O
|
||||
| [Atlassian Template & Files Creator Expert](atlassian-templates.md) | `atlassian-templates` |
|
||||
| [Atlassian Confluence Expert](confluence-expert.md) | `confluence-expert` |
|
||||
| [Atlassian Jira Expert](jira-expert.md) | `jira-expert` |
|
||||
| [Project Management Skills](project-management.md) | `project-management` |
|
||||
| [Scrum Master Expert](scrum-master.md) | `scrum-master` |
|
||||
| [Senior Project Management Expert](senior-pm.md) | `senior-pm` |
|
||||
|
||||
@@ -305,3 +305,8 @@ mcp jira create_filter --name "Open Blockers" --jql "priority = Blocker AND stat
|
||||
- Configure sprint boards for Scrum Master
|
||||
- Create documentation pages for Confluence Expert
|
||||
- Support template creation for Template Creator
|
||||
|
||||
## Related Skills
|
||||
|
||||
- **Confluence Expert** (`project-management/confluence-expert/`) — Documentation complements Jira workflows
|
||||
- **Atlassian Admin** (`project-management/atlassian-admin/`) — Permission and user management for Jira projects
|
||||
|
||||
52
docs/skills/project-management/project-management.md
Normal file
52
docs/skills/project-management/project-management.md
Normal file
@@ -0,0 +1,52 @@
|
||||
---
|
||||
title: "Project Management Skills"
|
||||
description: "Project Management Skills - Claude Code skill from the Project Management domain."
|
||||
---
|
||||
|
||||
# Project Management Skills
|
||||
|
||||
**Domain:** Project Management | **Skill:** `project-management` | **Source:** [`project-management/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/project-management/SKILL.md)
|
||||
|
||||
---
|
||||
|
||||
|
||||
# Project Management Skills
|
||||
|
||||
6 production-ready project management skills with Atlassian MCP integration.
|
||||
|
||||
## Quick Start
|
||||
|
||||
### Claude Code
|
||||
```
|
||||
/read project-management/jira-expert/SKILL.md
|
||||
```
|
||||
|
||||
### Codex CLI
|
||||
```bash
|
||||
npx agent-skills-cli add alirezarezvani/claude-skills/project-management
|
||||
```
|
||||
|
||||
## Skills Overview
|
||||
|
||||
| Skill | Folder | Focus |
|
||||
|-------|--------|-------|
|
||||
| Senior PM | `senior-pm/` | Portfolio management, risk analysis, resource planning |
|
||||
| Scrum Master | `scrum-master/` | Velocity forecasting, sprint health, retrospectives |
|
||||
| Jira Expert | `jira-expert/` | JQL queries, workflows, automation, dashboards |
|
||||
| Confluence Expert | `confluence-expert/` | Knowledge bases, page layouts, macros |
|
||||
| Atlassian Admin | `atlassian-admin/` | User management, permissions, integrations |
|
||||
| Atlassian Templates | `atlassian-templates/` | Blueprints, custom layouts, reusable content |
|
||||
|
||||
## Python Tools
|
||||
|
||||
6 scripts, all stdlib-only:
|
||||
|
||||
```bash
|
||||
python3 senior-pm/scripts/project_health_dashboard.py --help
|
||||
python3 scrum-master/scripts/velocity_analyzer.py --help
|
||||
```
|
||||
|
||||
## Rules
|
||||
|
||||
- Load only the specific skill SKILL.md you need
|
||||
- Use MCP tools for live Jira/Confluence operations when available
|
||||
@@ -210,4 +210,11 @@ Apply stage-specific facilitation (details in `references/team-dynamics-framewor
|
||||
|
||||
---
|
||||
|
||||
## Related Skills
|
||||
|
||||
- **Agile Product Owner** (`product-team/agile-product-owner/`) — User stories and backlog feed sprint planning
|
||||
- **Senior PM** (`project-management/senior-pm/`) — Portfolio health context informs sprint priorities
|
||||
|
||||
---
|
||||
|
||||
*For deep framework references see `references/velocity-forecasting-guide.md` and `references/team-dynamics-framework.md`. For template assets see `assets/sprint_report_template.md` and `assets/team_health_check_template.md`.*
|
||||
|
||||
@@ -408,3 +408,8 @@ Reference: `references/portfolio-kpis.md` for full definitions and measurement g
|
||||
- Executive interview feedback on decision support quality
|
||||
- Team feedback on process efficiency and effectiveness
|
||||
- Customer impact assessment of portfolio decisions
|
||||
|
||||
## Related Skills
|
||||
|
||||
- **Product Strategist** (`product-team/product-strategist/`) — Product OKRs align with portfolio objectives
|
||||
- **Scrum Master** (`project-management/scrum-master/`) — Sprint velocity data feeds project health dashboards
|
||||
|
||||
@@ -5,7 +5,7 @@ description: "All Regulatory & Quality skills for Claude Code, OpenAI Codex, and
|
||||
|
||||
# Regulatory & Quality Skills
|
||||
|
||||
12 skills in this domain.
|
||||
13 skills in this domain.
|
||||
|
||||
| Skill | Description |
|
||||
|-------|-------------|
|
||||
@@ -19,5 +19,6 @@ description: "All Regulatory & Quality skills for Claude Code, OpenAI Codex, and
|
||||
| [Quality Documentation Manager](quality-documentation-manager.md) | `quality-documentation-manager` |
|
||||
| [Senior Quality Manager Responsible Person (QMR)](quality-manager-qmr.md) | `quality-manager-qmr` |
|
||||
| [Quality Manager - QMS ISO 13485 Specialist](quality-manager-qms-iso13485.md) | `quality-manager-qms-iso13485` |
|
||||
| [Regulatory Affairs & Quality Management Skills](ra-qm-team.md) | `ra-qm-team` |
|
||||
| [Head of Regulatory Affairs](regulatory-affairs-head.md) | `regulatory-affairs-head` |
|
||||
| [Risk Management Specialist](risk-management-specialist.md) | `risk-management-specialist` |
|
||||
|
||||
58
docs/skills/ra-qm-team/ra-qm-team.md
Normal file
58
docs/skills/ra-qm-team/ra-qm-team.md
Normal file
@@ -0,0 +1,58 @@
|
||||
---
|
||||
title: "Regulatory Affairs & Quality Management Skills"
|
||||
description: "Regulatory Affairs & Quality Management Skills - Claude Code skill from the Regulatory & Quality domain."
|
||||
---
|
||||
|
||||
# Regulatory Affairs & Quality Management Skills
|
||||
|
||||
**Domain:** Regulatory & Quality | **Skill:** `ra-qm-team` | **Source:** [`ra-qm-team/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/ra-qm-team/SKILL.md)
|
||||
|
||||
---
|
||||
|
||||
|
||||
# Regulatory Affairs & Quality Management Skills
|
||||
|
||||
12 production-ready compliance skills for HealthTech and MedTech organizations.
|
||||
|
||||
## Quick Start
|
||||
|
||||
### Claude Code
|
||||
```
|
||||
/read ra-qm-team/regulatory-affairs-head/SKILL.md
|
||||
```
|
||||
|
||||
### Codex CLI
|
||||
```bash
|
||||
npx agent-skills-cli add alirezarezvani/claude-skills/ra-qm-team
|
||||
```
|
||||
|
||||
## Skills Overview
|
||||
|
||||
| Skill | Folder | Focus |
|
||||
|-------|--------|-------|
|
||||
| Regulatory Affairs Head | `regulatory-affairs-head/` | FDA/MDR strategy, submissions |
|
||||
| Quality Manager (QMR) | `quality-manager-qmr/` | QMS governance, management review |
|
||||
| Quality Manager (ISO 13485) | `quality-manager-qms-iso13485/` | QMS implementation, doc control |
|
||||
| Risk Management Specialist | `risk-management-specialist/` | ISO 14971, FMEA, risk files |
|
||||
| CAPA Officer | `capa-officer/` | Root cause analysis, corrective actions |
|
||||
| Quality Documentation Manager | `quality-documentation-manager/` | Document control, 21 CFR Part 11 |
|
||||
| QMS Audit Expert | `qms-audit-expert/` | ISO 13485 internal audits |
|
||||
| ISMS Audit Expert | `isms-audit-expert/` | ISO 27001 security audits |
|
||||
| Information Security Manager | `information-security-manager-iso27001/` | ISMS implementation |
|
||||
| MDR 745 Specialist | `mdr-745-specialist/` | EU MDR classification, CE marking |
|
||||
| FDA Consultant | `fda-consultant-specialist/` | 510(k), PMA, QSR compliance |
|
||||
| GDPR/DSGVO Expert | `gdpr-dsgvo-expert/` | Privacy compliance, DPIA |
|
||||
|
||||
## Python Tools
|
||||
|
||||
17 scripts, all stdlib-only:
|
||||
|
||||
```bash
|
||||
python3 risk-management-specialist/scripts/risk_matrix_calculator.py --help
|
||||
python3 gdpr-dsgvo-expert/scripts/gdpr_compliance_checker.py --help
|
||||
```
|
||||
|
||||
## Rules
|
||||
|
||||
- Load only the specific skill SKILL.md you need
|
||||
- Always verify compliance outputs against current regulations
|
||||
Reference in New Issue
Block a user