Modular AI agent library built on the Agent Skills standard.
| Skill | Description | Status |
|---|---|---|
cfo |
Financial advisor and fractional CFO with live data integrations | ✅ Active |
tax-advisor |
Polish tax system specialist (CIT, VAT, PIT, ZUS) | ✅ Active |
legal |
Legal analysis, contracts, GDPR, IP | ✅ Active |
business-consultant |
Strategic sparring partner for IT entrepreneurs | ✅ Active |
linkedin-content |
LinkedIn post generation | ✅ Active |
process-mapping |
Process flow diagrams (Excalidraw/Mermaid) with action/actor/tool blocks | ✅ Active |
vibe-coding |
AI-driven UI creation — design briefs, tokens, component generation | ✅ Active |
environment-setup |
Guided setup wizard for context files | ✅ Active |
marketing |
Content creation aligned with brand guidelines | 🔲 Planned |
product-manager |
Product development support | 🔲 Planned |
- Add the marketplace:
/plugin marketplace add 200iqlabs/shared-skills- Install the plugin:
/plugin install 200iqlabs-agent-skills- Verify installation:
/plugin listgit submodule add https://github.com/200iqlabs/shared-skills.git skillsRun the environment-setup skill to create your context files:
"Set up my environment" → triggers environment-setup skill
This guides you through creating context files (context/company.md, context/finances.md, etc.) that personalize skills for your organization. See context/README.md for details.
Skills automatically load domain knowledge + your context files.
Skills trigger automatically based on your questions — no special commands needed.
Examples:
- "Przeanalizuj moje finanse z Revolut" → triggers
cfo - "Napisz post na LinkedIn o AI w biznesie" → triggers
linkedin-content - "Jakie mam opcje optymalizacji podatkowej?" → triggers
tax-advisor - "Oceń tę umowę z kontrahentem" → triggers
legal - "Zmapuj proces obsługi reklamacji z notatek ze spotkania" → triggers
process-mapping - "Chcę zbudować landing page — pokaż mi jak" → triggers
vibe-coding
Verify a skill is active: run Claude Code with --verbose flag or toggle verbose mode with Ctrl+O during a session.
Use the skill-creator to build skills iteratively:
/plugin install example-skills@anthropic-agent-skillsThen: "I want to create a new agent skill for [purpose]"
See CLAUDE.md for the mandatory skill-creator workflow.
Apache 2.0