All Skills
237 skills in the catalog
Frontend Patterns
Frontend development patterns for React and Next.js: component composition, state management, performance optimization with memoization and code splitting, accessibility patterns, and UI best practices.
Flutter/Dart Code Review
Library-agnostic Flutter/Dart code review checklist: widget best practices, state management patterns across BLoC/Riverpod/Provider/GetX, Dart idioms, performance optimization, accessibility, security, and clean architecture.
X/Twitter API
X/Twitter API integration: posting tweets and threads, reading timelines, search endpoints, analytics retrieval, OAuth 1.0a and 2.0 auth patterns, rate limit handling, and platform-native content formatting.
Rust Testing
Rust testing patterns: unit tests, integration tests, async testing with tokio::test, property-based testing with proptest, mocking strategies, and coverage measurement with cargo-tarpaulin.
Rust Patterns
Idiomatic Rust patterns: ownership, borrowing, lifetimes, error handling with thiserror/anyhow, trait design, concurrency with tokio, and performance optimization for safe systems programming.
Cross-Platform Distribution
Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform voice and format constraints. Never posts identical content cross-platform.
Longform Writing
Write articles, guides, blog posts, tutorials, and newsletter issues in a distinctive voice derived from supplied examples or brand guidance. Structure for credibility with evidence, examples, and clear takeaways.
Market Intelligence
Conduct market research, competitive analysis, investor due diligence, and industry intelligence with source attribution and decision-oriented summaries. Market sizing, competitor comparisons, fund research, and technology scans.
Codebase Discovery
Analyze an unfamiliar codebase and generate a structured onboarding guide: architecture map, key entry points, naming conventions, dependency graph, and a starter CLAUDE.md for AI-assisted development.
Investor Deck Builder
Create and update pitch decks, one-pagers, investor memos, accelerator applications, financial models, and use-of-funds tables. Maintains internal consistency across multiple fundraising assets.
Social Content Engine
Create platform-native content systems for X, LinkedIn, TikTok, YouTube, and newsletters. Adapt one source asset across platforms without cross-posting identical content. Content calendar generation and repurposing workflows.
Multi-Source Research
Multi-source deep research using web search and retrieval MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution for any research topic.
Data Collection Agent
Build automated AI-powered data collection agents for public sources: job boards, prices, news, GitHub, sports. Schedule scraping via GitHub Actions, enrich with LLM, store in Notion/Sheets/Supabase, and learn from user feedback.
Investor Communications
Draft cold emails, warm intro blurbs, follow-ups, update emails, and investor communications. Personalized, concise messaging for angels, VCs, strategic investors, and accelerators.
Rules Extraction
Extract cross-cutting principles from skill libraries and distill them into reusable rule files. Scan skills for repeated patterns, consolidate into rule sets, and output as appendable rule definitions.
Research Before Code
Research-before-coding workflow: search for existing tools, libraries, and patterns before writing custom code. Invokes researcher agent to prevent reinventing solutions that already exist.
ADR Capture
Capture architectural decisions as structured ADRs during development sessions: auto-detect decision moments, record context and alternatives considered, maintain a searchable ADR log for future developers.
Context Budget Audit
Audit context window consumption across agents, skills, MCP servers, and rules. Identifies token bloat, redundant components, and produces prioritized savings recommendations. Target: under 10 MCPs, under 80 tools active.
Agent Action Space Design
Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher task completion rates.
Agentic Eval-First
Agentic engineering operating model: eval-first execution, task decomposition, cost-aware model routing by complexity, and structured agent workflow patterns.
Agent Lifecycle Ops
Operate long-lived agent workloads with observability, security boundaries, and lifecycle management patterns for enterprise deployments.
Context Compaction
Strategic context window compaction: compact after research before implementation, after milestones before next phase, after debugging before feature work, after failed approaches before new ones. Never mid-implementation.
LLM Cost Router
LLM cost optimization pipeline: automatic model routing by text length and item count thresholds, immutable cost tracking with frozen dataclasses, budget enforcement with early stopping, exponential backoff retry, and prompt caching strategies.
Instinct Learning System
Instinct-based learning system: observe sessions via hooks, create atomic instincts with confidence scoring, project-scoped isolation to prevent cross-project contamination, promote universal patterns to global scope, and evolve instinct clusters into full skills.