mcpbeat

Agent Workflow Claude Skills

4 121 agent workflow skills from 665 authors. They configure the agents themselves: memory, prompts, context and other skills. Half of them fit into 1 845 tokens or less — that is what one costs your context window when the agent loads it. 778 ship runnable scripts rather than instructions alone. 5 of them cannot work without an MCP server, most often task. We also found 541 copies of these same skills sitting in other people's repositories — counted once here, not 541 times.

4 121 unique 665 authors 2 767 updated this month 506 from vendors

1 845
tokens, median
what a typical one costs in context
778
ship scripts
code that runs, not instructions alone
5
need a server
most often task
541
copies elsewhere
counted once here, not once per repository

1 873–1 920 of 4 121

page 40 of 86
Independent Research
by NTCoding

Use when about to ask the user a factual question, propose a solution, diagnose an error, or choose between approaches. Triggers on: 'Do you have X installed?', 'What version?', 'Is X configured?', 'We should...', 'The fix is...', 'Options: 1...', 'Based on my understanding...', 'I believe X supports...'. Before deciding anything, spin up parallel subagents to WebSearch for current docs, community solutions, framework best practices, and GitHub issues. Your memory is stale — verify everything.

1k tokens
Lightweight Task Workflow
by NTCoding

FOLLOW THE STATE MACHINE IN SKILL.MD. When user says 'continue': (1) FIRST: Run pwd, (2) Announce STATE: CHECK_STATUS, (3) Read .claude/session.md to check Status field, (4) Route based on Status. NEVER auto-advance tasks. NEVER use TodoWrite. NEVER create git commits.

6k tokens
Claude Code Plugin Reference
by athola

Explain plugin, skill, command, agent, and hook mechanics used here. Use when authoring or debugging plugins. Do not use for ops; use night-market-operations.

6k tokens
Hook Authoring
by athola

Guide creating Claude Code hooks with security-first design. Use for validation and enforcement.

26k tokens scripts
Friction Detector
by athola

Detect friction signals; graduate patterns into rules. Use for session retrospectives.

2k tokens
Modular Skills
by athola

Build composable skill modules with hub-and-spoke loading. Use when token budget is tight.

11k tokens
Methodology Curator
by athola

Surface expert frameworks. Use when creating or evaluating skills, hooks, or agents.

12k tokens
Rules Eval
by athola

Evaluate Claude Code rules in .claude/rules/. Use for frontmatter, globs, and quality audits.

2k tokens
Skill Authoring
by athola

Guide creating Claude Code skills with TDD and persuasion principles. Use for new skill development.

38k tokens
Skills Eval
by athola

Evaluate Claude skill quality through auditing. Use when reviewing or auditing skills.

28k tokens scripts
Subagent Testing
by athola

Test skills via TDD in fresh subagents. Use when validating behavior or preventing bias.

4k tokens
Skill Graph Audit
by athola

Audit Skill() refs; detect hubs, isolates, and dangling targets. Use when auditing skills.

2k tokens
Dorodango
by athola

Polishes working code through successive quality passes in fresh subagents. Use after tests pass when code needs multi-dimension refinement before release.

2k tokens
Mission Orchestrator
by athola

Orchestrates full project lifecycle by auto-detecting state and routing to the correct phase. Use when starting or resuming a project mid-workflow.

20k tokens
Skill Library Mission
by athola

Build a project skill library in .claude/skills/ via discovery, parallel authoring, and review. Use when packaging tribal knowledge. Do not use for one skill.

6k tokens
Delegation Core
by athola

Delegates tasks to Gemini or Qwen with quota tracking and error handling. Use when tasks exceed context window or need cheaper processing.

8k tokens
Agent Teams
by athola

Coordinates Claude agent teams via filesystem protocol. Use when orchestrating parallel agents with task dependencies. Do not use for single-agent tasks.

13k tokens
Agent Expenditure
by athola

Tracks per-agent token usage and flags waste in parallel dispatch. Use when evaluating parallel agent efficiency or after a multi-agent run.

1k tokens
Clear Context
by athola

Manages context overflow by handing off to a fresh subagent at 80% usage. Use when context pressure is critical and work must continue uninterrupted.

7k tokens
Compression Strategy
by athola

Recommends context compression strategies for bloated or quota-heavy sessions. Use when context feels sluggish or quota burns faster than expected.

5k tokens
Context Optimization
by athola

Optimizes context window via MECW principles and memory tiering. Use when context exceeds 30% or before long multi-step tasks.

19k tokens
MCP Code Execution
by athola

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

8k tokens
Token Conservation
by athola

Enforces token quota management at session start with conservation and compression checks. Use at the start of every session or before large context loads.

1k tokens
Uninstall Watchdog
by athola

Removes the egregore watchdog daemon and its associated files. Use when stopping automated session relaunching or cleaning up egregore infrastructure.

776 tokens
Assisted Mastery
by athola

Makes agent reasoning visible, surfaces tradeoffs, and fades help so humans build judgment. Use when reviewing or learning from agent-written code.

5k tokens
Latent Space Engineering
by athola

Shapes agent behavior via instruction framing and style transfer. Use when composing dispatch prompts or writing skill instructions for parallel review agents.

2k tokens
Damage Control
by athola

Recovers broken agent state via crash recovery, context overflow, and merge conflict protocols. Use when an agent session fails or a worktree is corrupted.

9k tokens
Progressive Loading
by athola

Implements hub-and-spoke lazy loading to minimize token usage in large skills. Use when building multi-module skills that need conditional on-demand loading.

33k tokens
Risk Classification
by athola

Classifies agent tasks into 4 risk tiers (GREEN/YELLOW/RED/CRITICAL). Use when assessing action reversibility before committing to an approach.

7k tokens
Usage Logging
by athola

Implements structured usage logging and audit trails for cost and session tracking. Use when adding audit trails, usage analytics, or cost tracking to a skill.

2k tokens
Utility
by athola

Scores agent actions by expected gain, cost, uncertainty, and redundancy. Use when deciding whether to dispatch an agent or invoke a tool.

6k tokens
Memory Clarity Probe
by athola

> info gaps. Use when verifying session state or summary before handoff or compression.

2k tokens
Session Palace Builder
by athola

Builds session-scoped temporary memory palaces for extended conversations. Use when tracking state across interruptions in a multi-step project.

2k tokens
Setup
by athola

Provisions the oracle ML inference daemon with onnxruntime via uv. Use when setting up local ONNX model inference for skill quality evaluation.

384 tokens
Unified Review
by athola

Orchestrates multi-domain review (code, arch, tests, security) in a single pass. Use when thorough pre-release review is needed.

5k tokens
Do Issue
by athola

Implements GitHub or GitLab issues via parallel subagents with review gates between task batches. Use when resolving multi-step issues end-to-end.

8k tokens
Session Management
by athola

Manages Claude Code sessions with naming, checkpointing, and resume strategies. Use when organizing long-running work or resuming across sessions.

2k tokens
Workflow Improvement
by athola

Evaluates and improves skills, agents, commands, and hooks after a workflow slice. Use when execution felt slow, confusing, repetitive, or fragile.

4k tokens
Session Replay
by athola

Converts a Claude Code session JSONL file into an animated GIF terminal replay. Use when creating demos or visual evidence from past sessions.

1k tokens
Session To Post
by athola

Converts a Claude Code session into a blog post, case study, or Reddit post. Use when publishing dev blog content or community posts from real sessions.

5k tokens
Speckit Orchestrator
by athola

Orchestrates Spec Driven Development by coordinating spec, plan, and task skills. Use when running the full speckit workflow from spec to implementation.

8k tokens
Synthesize
by athola

Merges, dedupes, ranks, and formats research findings into a report. Use after research agents return results from multiple channels to produce a ranked report.

400 tokens
Claude Code Analyzer
by Microck

Analyzes Claude Code usage patterns and provides comprehensive recommendations. Runs usage analysis, discovers GitHub community resources, suggests CLAUDE.md improvements, and fetches latest docs on-demand. Use when user wants to optimize their Claude Code workflow, create configurations (agents/skills/commands), or set up project documentation.

3k tokens
Claude Scientific Skills
by Microck

Comprehensive collection of 128+ ready-to-use scientific skills for Claude enabling research across biology, chemistry, medicine, genomics, and advanced analysis domains.

2673k tokens scripts
Codex Skill
by Microck

Use when user asks to leverage codex, gpt-5, or gpt-5.1 to implement something (usually implement a plan or feature designed by Claude). Provides non-interactive automation mode for hands-off task execution without approval prompts.

3k tokens
Convex Agents Usage Tracking
by Microck

Tracks LLM token consumption and usage metrics for billing, monitoring, and optimization. Use this to log token usage, calculate costs, generate invoices, and understand which agents or users consume the most resources.

4k tokens
Create Plans
by Microck

Create hierarchical project plans optimized for solo agentic development. Use when planning projects, phases, or tasks that Claude will execute. Produces Claude-executable plans with verification criteria, not enterprise documentation. Handles briefs, roadmaps, phase plans, and context handoffs.

5k tokens
Create Skill
by Microck

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends your capabilities with specialized knowledge, workflows, or tool integrations.

5k tokens