Alireza Rezvani
006a4ff9bf
Merge pull request #456 from alirezarezvani/dev
...
Dev
2026-03-31 13:13:00 +02:00
Alireza Rezvani
3a90d8b9d1
Merge pull request #455 from alirezarezvani/feat/community-skills-448
...
feat: add 4 community skills — llm-cost-optimizer, prompt-governance, business-investment-advisor, video-content-strategist
2026-03-31 12:58:30 +02:00
Reza Rezvani
d02cc1c9b2
feat(plugins): add standalone plugin.json for 4 new community skills
...
Each skill is now individually installable:
- llm-cost-optimizer
- prompt-governance
- business-investment-advisor
- video-content-strategist
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-31 12:36:16 +02:00
Reza Rezvani
3cd885aa33
chore: sync indexes, update marketplace and docs for 4 new community skills
...
- Codex CLI: 182 skills, 4 new symlinks
- Gemini CLI: 274 items, 4 new
- engineering plugin.json: 36→38
- finance plugin.json: 2→3
- marketing plugin.json: 43→44
- marketplace.json: updated 3 bundle descriptions
- mkdocs.yml: 4 new nav entries
- docs/index.md + getting-started.md: domain counts updated
- 273 docs pages generated
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-31 12:32:57 +02:00
Reza Rezvani
1f374e7492
feat: add 4 community skills — llm-cost-optimizer, prompt-governance, business-investment-advisor, video-content-strategist
...
Based on PR #448 by chad848. Enhanced with frontmatter normalization,
anti-patterns sections, ghost script reference removal, and broken
cross-reference fixes. Automotive-electrical-engineer excluded (out of
scope for software/AI skills library).
llm-cost-optimizer (engineering/, 192 lines):
- Reduce LLM API spend 40-80% via model routing, caching, compression
- 3 modes: Cost Audit, Optimize, Design Cost-Efficient Architecture
prompt-governance (engineering/, 224 lines):
- Production prompt lifecycle: versioning, eval pipelines, A/B testing
- Distinct from senior-prompt-engineer (writing) — this is ops/governance
business-investment-advisor (finance/, 220 lines):
- Capital allocation: ROI, NPV, IRR, payback, build-vs-buy, lease-vs-buy
- NOT securities advice — business capex decisions only
video-content-strategist (marketing-skill/, 218 lines):
- YouTube strategy, video scripting, short-form pipelines, content atomization
- Fills video gap in 44-skill marketing pod
Co-Authored-By: chad848 <chad848@users.noreply.github.com >
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-31 11:43:03 +02:00
Alireza Rezvani
41fa407d28
Merge pull request #454 from alirezarezvani/dev
...
Dev
2026-03-31 11:30:53 +02:00
Alireza Rezvani
d80c0eaa41
Merge pull request #453 from alirezarezvani/feat/codex-plugin-manifest
...
feat: add .codex-plugin/plugin.json for Codex plugin directory listing
2026-03-31 11:30:13 +02:00
Reza Rezvani
3bbb1af805
feat: add .codex-plugin/plugin.json manifest for Codex plugin directory
...
Adds the OpenAI Codex plugin manifest required for listing in
awesome-codex-plugins and future Codex marketplace submission.
Includes name, version, description, author, keywords, skills path,
and interface metadata matching the Codex plugin specification.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-31 11:29:18 +02:00
Alireza Rezvani
55a72dfe50
Merge pull request #452 from alirezarezvani/dev
2026-03-31 07:59:17 +02:00
Alireza Rezvani
1b15ee20af
Merge pull request #451 from alirezarezvani/claude/release-v2.2.0-kKShI
2026-03-31 07:57:55 +02:00
Claude
6fa92054bd
release(v2.2.0): 223 skills, security suite, self-eval, full docs update
...
- Add 8 new skills: 6 security (adversarial-reviewer, ai-security, cloud-security, incident-response, red-team, threat-detection), self-eval, snowflake-development
- Update all counts: 223 skills, 298 tools, 416 references, 23 agents, 22 commands
- Update CHANGELOG.md with v2.2.0 entry
- Update all plugin.json versions to 2.2.0
- Update CLAUDE.md, README.md, docs/index.md, docs/getting-started.md, mkdocs.yml
- Verify MkDocs build (301 pages), Codex/Gemini sync, all new scripts pass --help
https://claude.ai/code/session_011CHSDjqWBPRcEJ3oJrAUHS
2026-03-31 05:55:51 +00:00
Alireza Rezvani
01e7861c7d
Merge pull request #450 from alirezarezvani/claude/analyze-test-coverage-cJg3A
2026-03-30 22:51:08 +02:00
Claude
36678cd00d
feat(tests): add comprehensive test suite with 1493 tests across 4 phases
...
Phase 1 - Foundation:
- Add pytest, pyproject.toml, requirements-dev.txt
- 593 smoke tests (324 syntax + 269 argparse --help) for all Python scripts
- Harden CI: remove || true from compileall, expand to all 9 directories, add pytest step
Phase 2 - Calculator unit tests:
- RICE prioritizer: formula, prioritization, portfolio analysis, roadmap
- DCF valuation: WACC, cash flow projections, terminal value, sensitivity
- Financial ratios: profitability, liquidity, leverage, efficiency, valuation
- Campaign ROI: metrics, benchmarks, portfolio summary
- Funnel analyzer: stage metrics, bottleneck detection, segment comparison
- OKR tracker: numeric/percentage/milestone/boolean KR scoring, status
Phase 3 - Parser and compliance tests:
- SEO checker: HTML parsing, scoring, heading hierarchy, alt text, word count
- Commit linter: conventional commit regex, lint report, file input
- GDPR compliance: pattern detection, file scanning, project analysis
Phase 4 - Integration tests:
- 671 skill integrity tests: frontmatter, H1 headings, scripts dirs, references
Bug fixes found by tests:
- Fix duplicate --reason argparse arg in document_version_control.py
https://claude.ai/code/session_01MsVmZoAsPvLv7rAGDBGTbL
2026-03-30 19:54:00 +00:00
Claude
235c063701
docs: add test coverage analysis with prioritized improvement plan
...
Analyzes the current state of testing across 301 Python scripts (0% unit
test coverage), identifies 6 priority areas for improvement, and proposes
a phased implementation plan. Key findings: CI quality gate is non-blocking,
calculator/scoring scripts are trivially testable, and compliance checkers
carry regulatory risk without test coverage.
https://claude.ai/code/session_01MsVmZoAsPvLv7rAGDBGTbL
2026-03-30 19:33:25 +00:00
Claude
c8520885f9
feat: full ecosystem integration for PR #435 (5 security skills) and PR #436 (self-eval)
...
- Updated domain plugin.json counts (engineering-team: 36, engineering: 36)
- Added 6 new skills to mkdocs.yml navigation
- Updated engineering-team/CLAUDE.md with security skills section
- Generated docs pages for all 6 new skills
- Synced Codex + Gemini indexes and symlinks
- Ran cross-platform conversion (Cursor, Aider, Windsurf, KiloCode, OpenCode, Augment, Antigravity)
https://claude.ai/code/session_01XY4i7SR4BHLWJpdjwGnNLG
2026-03-30 19:11:46 +00:00
Claude
01f7ee22c9
feat(adversarial-reviewer): audit fixes + full ecosystem integration
...
- Enriched SKILL.md frontmatter (tier, category, dependencies, author, version)
- Added Description, Features, Usage, Examples sections for validator compliance
- Fixed cross-reference path (engineering/code-reviewer → engineering-team/code-reviewer)
- Updated domain plugin.json count (30→31)
- Added mkdocs.yml nav entry
- Synced Codex, Gemini indexes
- Generated docs page
https://claude.ai/code/session_01XY4i7SR4BHLWJpdjwGnNLG
2026-03-30 19:08:14 +00:00
alirezarezvani
fb1c17b064
chore: sync codex skills symlinks [automated]
2026-03-30 19:07:58 +00:00
Ethan Kreloff
c48c92aa96
feat(engineering): add self-eval skill
...
Adds self-eval skill for honest AI work quality evaluation. Uses two-axis scoring (ambition x execution), mandatory devil's advocate reasoning, and cross-session anti-inflation detection via .self-eval-scores.jsonl persistence.
2026-03-30 21:07:45 +02:00
Jaskarn Singh
d2da9d3dad
feat(engineering-team): add 5 consolidated security skills
...
Adds threat-detection, incident-response, cloud-security, red-team, and ai-security skills to engineering-team. Each includes SKILL.md, references, and Python scripts (stdlib-only). Consolidation of 66 individual skills into 5 production-ready packages.
2026-03-30 21:07:43 +02:00
alirezarezvani
4108e6517f
chore: sync codex skills symlinks [automated]
2026-03-30 18:59:51 +00:00
Ethan Kreloff
040f304a1c
feat(engineering-team): add adversarial-reviewer skill
...
Adds adversarial code review skill with 3 hostile personas (Saboteur, New Hire, Security Auditor) that force genuine perspective shifts to break the self-review monoculture. Each persona must find at least one issue - no LGTM escapes.
2026-03-30 20:59:41 +02:00
Alireza Rezvani
110348f4b2
Merge pull request #429 from alirezarezvani/dev
...
Dev
2026-03-26 13:32:35 +01:00
Alireza Rezvani
a5423febc8
Merge pull request #428 from alirezarezvani/fix/docs-visual-design
...
style(docs): improve visual design — hero, cards, buttons, typography, spacing
2026-03-26 13:31:48 +01:00
Reza Rezvani
478218e313
style(docs): improve visual design — hero, cards, buttons, typography, spacing
...
1. Hero section: larger (max-width 800px), bigger heading (3rem), subtle
background gradient, increased padding, social proof slot
2. Section spacing: h2 bottom borders, 2.5rem top margin, hr 3rem margin,
alternating section backgrounds on homepage
3. Cards: background color, subtle default shadow, lift on hover (translateY),
border highlights primary color on hover
4. Typography: base 0.78→0.82rem, h2 larger (1.4em) with 700 weight
5. Buttons: larger (0.9rem, more padding), 8px radius, primary shadow,
lift on hover for both primary and outline
6. Mobile: responsive hero adjustments for smaller screens
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 13:21:50 +01:00
Alireza Rezvani
cc79d2e5af
Merge pull request #426 from alirezarezvani/dev
...
Dev
2026-03-26 12:23:23 +01:00
Alireza Rezvani
050ce408a9
Merge pull request #427 from alirezarezvani/fix/a11y-audit-split
...
refactor(a11y-audit): extract inline content to reference files (41KB → 9.6KB)
2026-03-26 12:22:54 +01:00
Reza Rezvani
1ba7b77e34
refactor(a11y-audit): extract inline content to reference files (41KB → 9.6KB)
...
SKILL.md was 1,374 lines / 41KB — the largest in the repo, 2.7x above the
500-line Anthropic limit. Split into focused reference files.
Trimmed: 1,374 → 211 lines (9.6KB)
New reference files (6):
- ci-cd-integration.md (GitHub Actions, GitLab CI, Azure DevOps, pre-commit)
- audit-report-template.md (stakeholder report template)
- testing-checklist.md (keyboard, screen reader, visual, forms)
- color-contrast-guide.md (contrast checker, Tailwind palette, sr-only)
- examples-by-framework.md (Vue, Angular, Next.js, Svelte examples)
- wcag-22-new-criteria.md (WCAG 2.2 new success criteria)
Appended to existing:
- framework-a11y-patterns.md (fix patterns catalog added)
Untouched: aria-patterns.md, wcag-quick-ref.md
No content deleted — everything moved to references.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 12:20:03 +01:00
Alireza Rezvani
972c1a92fe
Merge pull request #425 from alirezarezvani/fix/conventions-and-contributing
...
docs: add CONVENTIONS.md and rewrite CONTRIBUTING.md
2026-03-26 12:12:16 +01:00
Reza Rezvani
229c85373e
docs: add CONVENTIONS.md and rewrite CONTRIBUTING.md
...
CONVENTIONS.md: Mandatory technical rules for all contributors (human and AI).
Covers SKILL.md format, plugin.json schema, Python script standards, sub-skill
rules, cross-platform sync, and what NOT to contribute.
CONTRIBUTING.md: Rewritten to reference CONVENTIONS.md. Fixed outdated guidance
that contradicted actual repo conventions (was recommending license/metadata in
frontmatter, wrong line limits, missing anti-patterns/cross-refs requirements).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 12:11:02 +01:00
Alireza Rezvani
4c174cdd43
Merge pull request #424 from alirezarezvani/dev
...
Dev
2026-03-26 10:41:54 +01:00
Alireza Rezvani
04b32b027a
Merge pull request #423 from alirezarezvani/feature/snowflake-development
...
feat(engineering-team): add snowflake-development skill (based on PR #416 )
2026-03-26 10:41:30 +01:00
Reza Rezvani
070292bc27
docs: update all documentation for snowflake-development (29→30)
...
- CLAUDE.md: engineering-team 29→30
- engineering-team/CLAUDE.md: add snowflake-development, 29→30
- marketplace.json: engineering-skills 29→30
- docs/getting-started.md: Engineering Core bundle 29→30
- docs/index.md: Engineering Core card 29→30
Official skill count remains 205.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 10:32:43 +01:00
Reza Rezvani
5f42787798
chore: sync codex/gemini indexes for snowflake-development
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 09:47:40 +01:00
Reza Rezvani
4eaf1ee5ea
fix: add plugin.json for snowflake-development, update parent count (29→30)
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 09:42:47 +01:00
Reza Rezvani
0e97512a42
feat(engineering-team): add snowflake-development skill
...
Snowflake SQL, data pipelines (Dynamic Tables, Streams+Tasks), Cortex AI,
Snowpark Python, dbt integration. Includes 3 practical workflows, 9
anti-patterns, cross-references, and troubleshooting guide.
- SKILL.md: 294 lines (colon-prefix rule, MERGE, DTs, Cortex AI, Snowpark)
- Script: snowflake_query_helper.py (MERGE, DT, RBAC generators)
- References: 3 files (SQL patterns, Cortex AI/agents, troubleshooting)
Based on PR #416 by James Cha-Earley — enhanced with practical workflows,
anti-patterns section, cross-references, and normalized frontmatter.
Co-Authored-By: James Cha-Earley <jamescha-earley@users.noreply.github.com >
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 09:38:57 +01:00
Alireza Rezvani
460e9e5685
Merge pull request #411 from alirezarezvani/dev
...
release: demand intelligence sprint — 8 new skills, 5 improved, full Anthropic compliance
2026-03-26 08:50:46 +01:00
Reza Rezvani
c6206efc49
docs: update all documentation files with sprint skill counts
...
- CLAUDE.md: engineering-team 26→29, engineering 30→35, ra-qm 12→13
- engineering-team/CLAUDE.md: add azure-cloud-architect, gcp-cloud-architect, security-pen-testing
- ra-qm-team/CLAUDE.md: add soc2-compliance (12→13)
- docs/getting-started.md: update Available Bundles table
- docs/index.md: update domain skill count cards
Official skill count remains 205.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 17:52:05 +01:00
Reza Rezvani
d42a69cec2
chore: update marketplace descriptions and re-run integrations converter
...
- marketplace.json: engineering-advanced 31→35, engineering 26→29, ra-qm 12→13
- Converter re-run: 174 skills across 7 tools (antigravity, cursor, aider, kilocode, windsurf, opencode, augment)
- integrations/ is gitignored — users run scripts/convert.sh locally
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 17:23:55 +01:00
Reza Rezvani
86fc905e97
chore: sync cross-platform indexes, regenerate docs, fix plugin.json counts
...
- Codex CLI: 174 skills synced, 11 new symlinks
- Gemini CLI: 262 items synced, 11 new
- engineering plugin.json: 33 → 35 skills
- engineering-team plugin.json: 28 → 29 skills
- Docs regenerated: 261 pages (214 skills + 25 agents + 22 commands)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 15:42:39 +01:00
Reza Rezvani
f352e8cdd0
fix: trim 3 SKILL.md files to comply with Anthropic 500-line limit
...
Per Anthropic docs: "Keep SKILL.md under 500 lines. Move detailed
reference material to separate files."
- browser-automation: 564 → 266 lines (moved examples to references/)
- spec-driven-workflow: 586 → 333 lines (moved full spec example to references/)
- security-pen-testing: 850 → 306 lines (condensed OWASP/attack details, moved to references/)
No content deleted — all moved to existing reference files with pointers.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 15:20:47 +01:00
Alireza Rezvani
71ba4b1f90
Merge pull request #410 from alirezarezvani/dev
...
Dev
2026-03-25 15:09:40 +01:00
Reza Rezvani
268061b0fd
fix: move browser-automation and spec-driven-workflow scripts to scripts/ directory
...
Validator expects scripts in scripts/ subdirectory, not at skill root.
Moved 6 scripts to match repo convention.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 14:53:14 +01:00
alirezarezvani
d86cec1ada
chore: sync codex skills symlinks [automated]
2026-03-25 13:27:22 +00:00
Reza Rezvani
e201f349db
fix: resolve audit issues — add missing sections, normalize frontmatter
...
- gcp-cloud-architect: add Anti-Patterns table (7 items) + Cross-References
- azure-cloud-architect: add Cross-References section
- tdd-guide: remove non-standard `triggers:` field from frontmatter
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 14:27:02 +01:00
Reza Rezvani
43bb5c4d59
Merge branch 'feature/sprint-phase-3-gaps' into dev
...
# Conflicts:
# docs/skills/engineering-team/index.md
# docs/skills/engineering/index.md
# mkdocs.yml
2026-03-25 14:23:21 +01:00
alirezarezvani
0e106c2adb
chore: sync codex skills symlinks [automated]
2026-03-25 13:22:16 +00:00
Alireza Rezvani
c1b2aacb74
Merge pull request #408 from alirezarezvani/feature/sprint-improvements
...
improve(engineering): enhance 5 existing skills — tdd-guide, env-secrets-manager, senior-secops, database-designer, senior-devops
2026-03-25 14:22:04 +01:00
Alireza Rezvani
ea2b33ab52
Merge pull request #407 from alirezarezvani/feature/sprint-phase-2-cloud
...
feat(engineering-team): add azure-cloud-architect, security-pen-testing; extend terraform-patterns
2026-03-25 14:22:01 +01:00
Alireza Rezvani
2cb3ef74e0
Merge pull request #405 from alirezarezvani/feature/sprint-phase-1-high
...
feat(engineering): add browser-automation and spec-driven-workflow skills
2026-03-25 14:21:58 +01:00
Reza Rezvani
87f3a007c9
feat(engineering,ra-qm): add secrets-vault-manager, sql-database-assistant, gcp-cloud-architect, soc2-compliance
...
secrets-vault-manager (403-line SKILL.md, 3 scripts, 3 references):
- HashiCorp Vault, AWS SM, Azure KV, GCP SM integration
- Secret rotation, dynamic secrets, audit logging, emergency procedures
sql-database-assistant (457-line SKILL.md, 3 scripts, 3 references):
- Query optimization, migration generation, schema exploration
- Multi-DB support (PostgreSQL, MySQL, SQLite, SQL Server)
- ORM patterns (Prisma, Drizzle, TypeORM, SQLAlchemy)
gcp-cloud-architect (418-line SKILL.md, 3 scripts, 3 references):
- 6-step workflow mirroring aws-solution-architect for GCP
- Cloud Run, GKE, BigQuery, Cloud Functions, cost optimization
- Completes cloud trifecta (AWS + Azure + GCP)
soc2-compliance (417-line SKILL.md, 3 scripts, 3 references):
- SOC 2 Type I & II preparation, Trust Service Criteria mapping
- Control matrix generation, evidence tracking, gap analysis
- First SOC 2 skill in ra-qm-team (joins GDPR, ISO 27001, ISO 13485)
All 12 scripts pass --help. Docs generated, mkdocs.yml nav updated.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 14:05:11 +01:00