Skip to content

Skill Directory

36 Composable Skills.
Infinite Combinations.

Skills are the building blocks of agent behavior. Trigger them by keyword, chain them into workflows, or invoke them programmatically. Every skill is composable and extensible.

🔧

Workflow

6 composable skills

git-ops

Team git workflow for syncing branches, creating features, and managing PRs

sync repo sync all create feature

commit-review

Review pending automated commits before push with diff inspection and cross-model audit

review commits pending commits

slack-update

Post development status updates to Slack with narrative summary and commit matrix

slack update dev update

test-workflow

TDD methodology, factory functions, mocking strategies, behavior-driven testing

test TDD unit test

setup-repo

Create and configure new repositories with CI/CD integration and project scaffolding

setup repo create repo

promote-scripts

Scan temporary directories for reusable scripts and promote them to permanent locations

promote scripts salvage scripts
📚

Knowledge

6 composable skills

learn

Real-time knowledge encoding into on-demand knowledge files with rule promotion

learn remember this always do

curate

Web resource cataloging, research analysis, and improvement pipeline management

curate catalog research queue

archivarius

Automated narrative engine and documentation maintainer that chronicles storylines

archivarius chronicle update docs

hypercontext

Generate compressed workspace dependency map of all skills, agents, and commands

hypercontext dependency map

reflect

Deep pattern analysis and knowledge extraction from accumulated memories and interactions

reflect pattern analysis extract patterns

groom

Workspace hygiene auditing, capability reconciliation, and standards enforcement

groom audit capabilities cleanup
🎯

Strategy

6 composable skills

craft

Da Vinci-mode craftsman thinking for elegant, deeply-considered solutions to complex problems

craft think deeply think different

interview

Structured spec interviews with state persistence, challenge mode, and PRD-ready output

interview spec interview

onboard

Thorough task preparation before implementation using extended thinking and codebase analysis

onboard prepare task

consult

Invoke advisors for strategic consultation -- single advisor, multi-advisor council, or dialectic

consult advisor council

project-team

Assemble teams of advisors and agents for strategy-to-execution pipelines

project team assemble team

llm-council

Multi-model deliberation through 3-4 LLMs with anonymized peer review and chairman synthesis

llm-council multi-model deliberation
💼

Business

6 composable skills

clickup

ClickUp task management via MCP with hierarchy placement, duplicate detection, and audit trails

clickup create task task status

morning-briefing

Daily briefing with calendar scan, per-meeting prep, Slack DMs, email, and web research

morning briefing start my day

meeting-prep

Pre-meeting intelligence from CRM, email, calendar, and web research with talking points

meeting prep briefing

revenue-ops

Pipeline analysis, deal risk alerts, weekly cockpit, and Slack notifications to configured channels

revenue pipeline deal risk

scout

Continuous web intelligence monitoring with rubrik-based subscriptions and alert digests

scout monitor topics web monitoring

company-enrichment

Sales prospecting workflow with ICP qualification, contact discovery, and outreach drafting

enrich company prospect lead enrichment
💻

Development

6 composable skills

ai-image-generator

Multi-provider image generation across DALL-E, Flux, SDXL, Adobe Firefly, and local diffusers

generate image AI image text-to-image

draw-io

MCP-powered diagramming for architecture, flowcharts, ERDs, data flows, and sequence diagrams

diagram flowchart ERD

browser-ops

Unified browser automation with Playwright and Chrome MCP for testing, screenshots, and data extraction

browser screenshot form fill

xls-tools

Parse and create Excel files for CRM exports, pipeline reports, forecasting, and analytics

Excel spreadsheet XLSX

cartographer

Generate structured code maps of repositories for agent navigation with cross-repo dependencies

code map codebase map index code

evaluate-website

Comprehensive website evaluation for quality, SEO, accessibility, and user experience

evaluate website SEO audit site review
💬

Communication

6 composable skills

improve-me

Communication style intelligence -- observes writing, builds living profile, compares against voice definition

improve me style report voice analysis

photo-editor

Professional photo editing with retouching, color correction, compositing, and batch processing

edit photo retouch color correct

lead-magnet

Create designed PDF lead magnets from transcripts, talks, or interviews for content repurposing

lead magnet PDF from podcast

ideas

Unified idea intake, investigation, and decision pipeline for curating and implementing improvements

ideas curate improvement pipeline

review-pr

AI code review for pull requests with inline comments, severity markers, and actionable feedback

review pr code review pr review

process-meetings

Meeting processing pipeline: transcript analysis, participant classification, action item extraction

process meetings meeting processing

Extensible

Write Custom Skills

Skills are Markdown files with structured frontmatter. Define triggers, input schemas, execution steps, and output formats. The skill engine auto-discovers new skills at runtime.

  • Keyword triggers with priority-based routing and conflict resolution
  • State persistence across invocations with JSON storage
  • Cross-agent orchestration and sequential/parallel chaining
  • Auto-discovery by the skill engine -- drop in and go
# skills/custom/deal-risk-alert.md
---
name: deal-risk-alert
triggers: [deal risk, stale deal, risk alert]
agents: [revenue-strategist]
tools: [clickup, slack]
state: persistent
---
## Steps
1. Pull pipeline from CRM
2. Score each deal on 5 risk vectors
3. Flag deals inactive > 14 days
4. Post summary to #revenue-ops
5. Log results to vault L2

Compose Your Perfect Workflow

See how 36 skills chain into automated operations that run 24/7.