claude-skillsPrompt40/100 via “5-layer architecture with agent-skill separation and relative path resolution”
232+ Claude Code skills & agent plugins for Claude Code, Codex, Gemini CLI, Cursor, and 8 more coding agents — engineering, marketing, product, compliance, C-level advisory.
Unique: Uses relative path resolution (../../) to decouple agents from skills, enabling the same agent definition to work across different installation contexts without path hardcoding. 5-layer architecture (Distribution → Agent Orchestration → Skill Implementation → Governance → Automation) provides clear separation of concerns, with governance layer enforcing standards across all 48 skills via quality gates, testing, and CI/CD integration.
vs others: More modular than monolithic agent frameworks (e.g., LangChain agents with hardcoded tools) because skills are independently versioned and deployed. Governance layer provides better quality control than plugin ecosystems without centralized oversight (e.g., OpenAI plugin store).