SkillsOverview

Skills Overview

83 reusable instructions across 10categories. The system's capabilities.

What Skills Are

Skills are structured instructions that tell the AI exactly how to perform a task. Each skill lives in its own folder under .claude/skills/ with a SKILL.md file that defines what the skill does, its inputs, outputs, steps, and rules.

You invoke skills with slash commands. Type /daily and the system knows exactly how to create your daily note, surface priorities, and process captures. No prompt engineering needed.

Categories

CategoryCountWhat They CoverExample Commands
Workflows14Daily operations, session management, vault maintenance/daily /sync /tldr
Thinking6Idea exploration, pattern detection, challenging assumptions/trace /connect /challenge
Marketing27Copy, CRO, SEO, content strategy, customer research/copywriting /page-cro
Sales5Cold email, sequences, pricing, enablement, RevOps/cold-email /pricing-strategy
Advertising2Paid ads campaigns and ad creative at scale/paid-ads /ad-creative
Dev5TDD, parallel agents, plan execution, branch finishing/test-driven-development
Meta7Brainstorming, planning, skill creation, self-improvement/brainstorming /writing-plans
Reviews3Code review, verification, feedback processing/requesting-code-review
Tools10Obsidian formatting, vault setup, debugging, UI design/obsidian-markdown
Services4External service configs (Webflow, Postiz, Apify)/webflow /postiz

How to Use Them

In Claude Code, type the slash command and the skill takes over. It knows which vault folders to read, what to produce, and where to save its output.

  • /daily reads yesterday's note, surfaces priorities, captures your brain dump
  • /capture https://... extracts content from any URL via Apify
  • /get-shit-done executes approved tasks from the queue
  • /distribute creates platform-native versions of an article
  • /reflect generates weekly or monthly reflections from daily notes

Skills Load on Demand

Only 3 to 5 skills are active in any session. When you start a marketing session, the marketing skills load. When you switch to dev work, dev skills load. This keeps the system fast and focused.

Each agent has a scoped set of skills it can use. Cortex has all workflow skills. Loom has the marketing writing skills. Axon has the code review skills. An agent cannot use skills outside its scope.

Skill Evolution

Skills improve over time. After every task completion, the system captures feedback. The /skill-evolution meta skill analyzes patterns across usage and proposes targeted improvements.

Retired skills move to .claude/skills/_archive/. Never deleted. Always available for reference and rollback.