Skip to content
 
 

Repository files navigation

Shared Skills

Modular AI agent library built on the Agent Skills standard.

Skills

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

Setup

1. Install

Claude Code Plugin

  1. Add the marketplace:
/plugin marketplace add 200iqlabs/shared-skills
  1. Install the plugin:
/plugin install 200iqlabs-agent-skills
  1. Verify installation:
/plugin list

Git Submodule (for repo integration)

git submodule add https://github.com/200iqlabs/shared-skills.git skills

2. Configure environment

Run 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.

3. Ready to use

Skills automatically load domain knowledge + your context files.

Usage

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.

Creating new skills

Use the skill-creator to build skills iteratively:

/plugin install example-skills@anthropic-agent-skills

Then: "I want to create a new agent skill for [purpose]"

See CLAUDE.md for the mandatory skill-creator workflow.

License

Apache 2.0

About

Fork of Paweł Lipowczan's "shared skills" (https://github.com/200iqlabs/shared-skills) repo just in case.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages