Skills Library¶
345 production-ready agent skills across 17 domains — every one self-contained, security-audited, and installable in one command.
-
345 Skills
Across 17 professional domains
-
570+ Tools
Python CLI tools, all stdlib-only
-
78 Plugins
Install bundles or individual skills
-
13 Platforms
Claude Code, Codex, Gemini CLI, Cursor & more
Quick Install¶
Architecture¶
Every skill follows the same self-contained package pattern — no cross-dependencies, no external APIs, no setup required:
graph LR
A["SKILL.md<br/><small>Instructions + Workflows</small>"] --> D["Agent uses skill"]
B["scripts/<br/><small>Python CLI tools</small>"] --> D
C["references/<br/><small>Expert knowledge</small>"] --> D
E["assets/<br/><small>Templates + configs</small>"] --> D
D --> F["Specialized output"]
style A fill:#7c3aed,color:#fff,stroke:none
style B fill:#c026d3,color:#fff,stroke:none
style C fill:#d97706,color:#fff,stroke:none
style E fill:#059669,color:#fff,stroke:none
style D fill:#2563eb,color:#fff,stroke:none
style F fill:#475569,color:#fff,stroke:none
Domains at a Glance¶
-
Engineering — Core 51
The full engineering team: architecture, frontend, backend, fullstack, QA, DevOps, SecOps, AI/ML, data, cloud architects (AWS/Azure/GCP), Playwright testing, and a self-improving agent.
-
Engineering — Advanced 74
Agent-native infrastructure: agent designer, RAG architect, MCP server builder, CI/CD pipelines, SLO architect, chaos engineering, kubernetes operators, security auditing, tech debt tracking.
-
Product 17
Product manager toolkit (RICE, PRDs), agile PO, UX research, product discovery, analytics, experiment design, SaaS scaffolding, and an Apple HIG expert.
-
Marketing 47
Eight specialist pods — content, SEO, AEO (answer engine optimization), CRO, paid channels, growth, intelligence, and sales enablement — with bundled Python analytics tools.
-
C-Level Advisory 61
A virtual executive team: CEO through General Counsel, Chief Data/AI/Customer Officers, VP Engineering, founder-mode boardroom orchestration, decision logging, and strategy frameworks.
-
Regulatory & Quality 18
HealthTech/MedTech compliance: ISO 13485 QMS, MDR 2017/745, FDA 510(k)/PMA, ISO 27001 ISMS, GDPR/DSGVO, CAPA, and ISO 14971 risk management.
-
Compliance OS 9
An audit-prep operating system: readiness assessments and evidence checklists for ISO 13485, ISO 27001, SOC 2, GDPR, FDA QSR, EU AI Act, and ISO 42001.
-
Project Management 9
Senior PM, scrum master, Jira and Confluence experts, Atlassian admin, meeting analyzer — with a bundled Atlassian Remote MCP for live Jira/Confluence automation.
-
Business & Growth 5
Customer success with health scoring, sales engineering with RFP analysis, revenue operations with pipeline metrics, and a contract & proposal writer.
-
Business Operations 7
Internal ops for BizOps leads: process mapping with bottleneck detection, vendor scorecards, Erlang-C capacity planning, internal comms, knowledge ops, and procurement optimization.
-
Commercial 8
Per-deal economics: pricing strategy with Van Westendorp analysis, deal desk scoring, partnership tiers, channel economics, commercial policy, RFP response, and forecasting.
-
Finance 4
Financial analyst (DCF valuation, ratio analysis, budgeting, forecasting), SaaS metrics coach (ARR, MRR, churn, CAC, LTV, NRR), and a business investment advisor.
-
Research 8
Academic research specialists — literature review, NIH grants, patents, entity dossiers, syllabi, NotebookLM automation — behind a hybrid orchestrator that routes your question.
-
Research Operations 5
Enterprise research ops: clinical study design with power analysis, R&D program finance, TAM/SAM/SOM market sizing, survey methodology, and product research synthesis.
-
Productivity 6
Personal operating system: brain-dump capture, inbox setup and triage, reflection journaling, session handoff, and Andreessen-style market-first decision checks.
-
Markdown to HTML 5
Turn markdown into beautiful single-file HTML with your brand — long-form documents with sticky TOC and search, two-column code reviews, and keyboard-navigable slide decks.
-
Landing Pages 1
Generate a complete single-file HTML landing page with four design styles, GSAP animation patterns, and a WCAG-validated brand palette.
How Skills Work¶
-
Install
Add a skill bundle or individual skill via the plugin marketplace.
-
Trigger
Skills activate automatically when your prompt matches their domain — or invoke them directly with a slash command.
-
Execute
The agent follows the SKILL.md workflows, runs the bundled Python tools for analysis, and consults the reference knowledge bases.
-
Output
You get structured, reviewable results — reports, code, configurations, strategies, or audit-ready documentation.
All tools are stdlib-only
Every Python script that ships with a skill uses only the standard library — zero pip install required, no API keys, no LLM calls. Scripts support both human-readable and --json output for automation.