CtrlK
BlogDocsLog inGet started
Tessl Logo

pro-workflow

github.com/rohitg00/pro-workflow

SkillAddedReview
agent-teams

skills/agent-teams/SKILL.md

Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.

64

auto-setup

skills/auto-setup/SKILL.md

Auto-configure quality gates, hooks, and settings for a new project. Detects project type and sets up appropriate tooling. Use when onboarding a new codebase.

61

batch-orchestration

skills/batch-orchestration/SKILL.md

Decompose large-scale changes into independent units and spawn parallel agents in isolated worktrees. Use for migrations, refactors, codemods, and any change touching 10+ files with the same pattern.

69

bug-capture

skills/bug-capture/SKILL.md

Capture a user-reported defect as a durable GitHub issue written in the project's own domain language. Explores the codebase in parallel for context but never leaks file paths or line numbers into the issue. Use when the user reports a bug conversationally, runs a QA pass, or says "file an issue", "log this as a bug", "capture this".

72

compact-guard

skills/compact-guard/SKILL.md

Smart context compaction with state preservation. Saves critical files, task progress, and working state before compaction, restores after. Use before manual compact or when auto-compact triggers.

68

context-engineering

skills/context-engineering/SKILL.md

Master the four operations of context engineering — Write, Select, Compress, Isolate. Manage token budgets, compaction strategies, and context partitioning to keep AI sessions sharp and efficient.

60

context-optimizer

skills/context-optimizer/SKILL.md

Optimize token usage and context management. Use when sessions feel slow, context is degraded, or you're running out of budget.

cost-tracker

skills/cost-tracker/SKILL.md

Track session costs, set budget alerts, and optimize token spend. Use to check costs mid-session or set spending limits.

61

design-engineering

skills/design-engineering/SKILL.md

Apply interface craft when building or reviewing UI - motion, easing, timing, springs, component feel, and visual foundations. Use when building a component, animation, transition, hover or press state, modal, drawer, toast, or when polishing an interface so it feels right. Says "make this feel better", "add an animation", "polish the UI", "review this component".

74

deslop

skills/deslop/SKILL.md

Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Cleans up boilerplate, simplifies abstractions, strips defensive code, and in skill-file mode lints SKILL.md files for quality. Use when cleaning up code, simplifying, removing boilerplate, before committing, or when reviewing a skill before promoting it.

domain-modeling

skills/domain-modeling/SKILL.md

Build the project's shared language and bounded contexts before writing code, so names stay consistent and the agent stops paraphrasing domain concepts. Produces a CONTEXT.md glossary and decision records. Use at the start of a project or feature, or when the codebase and the people describing it speak different languages.

68

file-watcher

skills/file-watcher/SKILL.md

Configure file watching hooks to auto-react to config changes, env file updates, and dependency modifications. Use to set up reactive workflows.

57

improve-architecture

skills/improve-architecture/SKILL.md

Audit an area of the codebase and propose the smallest structural moves that improve it - untangle boundaries, kill duplication, fix seams, break cycles. Produces a prioritized plan and decision records, not a rewrite. Use when a codebase feels tangled, hard to change, or is becoming a ball of mud, or when asked to improve or refactor architecture.

69

insights

skills/insights/SKILL.md

Show session analytics, learning patterns, correction trends, heatmaps, and productivity metrics. Computes stats from project memory and session history. Use when asking for stats, statistics, progress, how am I doing, coding history, or dashboard.

learn-rule

skills/learn-rule/SKILL.md

Capture a correction or lesson as a persistent learning rule with category, mistake, and correction. Stores, categorises, and retrieves rules for future sessions. Use after mistakes or when the user says "remember this", "don't forget", "note this", or "learn from this".

llm-council

skills/llm-council/SKILL.md

Provider-agnostic multi-LLM deliberation. Three phases — independent responses, cross-model anonymized ranking, chairman synthesis. Provider config from env (OPENAI/ANTHROPIC/FIREWORKS/OPENROUTER/custom OpenAI-compatible base URL). Persists transcript to a wiki page when --wiki <slug> is passed. Use when the user wants multiple AI perspectives, consensus-building, or the "LLM Council" approach for high-stakes reviews, plan critique, or contested learning rules.

64

llm-gate

skills/llm-gate/SKILL.md

LLM-powered quality verification using prompt hooks. Validates commit messages, code patterns, and conventions using AI before allowing operations. Use to set up intelligent guardrails.

62

mcp-audit

skills/mcp-audit/SKILL.md

Audit connected MCP servers for token overhead, redundancy, and security. Use when sessions feel slow or before adding new MCPs.

65

orchestrate

skills/orchestrate/SKILL.md

Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.

parallel-worktrees

skills/parallel-worktrees/SKILL.md

Create and manage git worktrees for parallel coding sessions with zero dead time. Use when blocked on tests, builds, wanting to work on multiple branches, context switching, or exploring multiple approaches simultaneously.