by affaan-m
continuous-learning-v2 turns Claude Code sessions into project-scoped learning with hooks, observer agents, confidence scoring, and promotion of repeated patterns into skills, commands, or agents.
by affaan-m
continuous-learning-v2 turns Claude Code sessions into project-scoped learning with hooks, observer agents, confidence scoring, and promotion of repeated patterns into skills, commands, or agents.
by affaan-m
strategic-compact helps you decide when to manually run /compact so Claude sessions stay coherent at task boundaries. It supports long, multi-phase work, especially research, planning, implementation, and testing, and is useful for workflow automation when you want compaction to happen at logical milestones instead of arbitrary auto-compaction.
by affaan-m
search-first is a research-before-coding workflow for finding existing tools, libraries, and patterns before you write custom code. Use the search-first skill to evaluate options, compare tradeoffs, and choose adopt, extend, or build custom with less guesswork.
by affaan-m
rules-distill is a maintenance skill for Skill Authors and prompt library curators. It scans installed skills, distills repeated patterns into reusable rules, and helps you append, revise, or create rule files with less guesswork than a generic review prompt.
by affaan-m
The configure-ecc skill is an interactive installer for Everything Claude Code (ECC). It guides selective installation of skills and rules, helps choose user-level or project-level destinations, verifies target paths, and can optimize installed files after setup. Ideal for a reliable configure-ecc guide.
by affaan-m
agent-sort is a repo-aware skill for building an evidence-backed ECC install plan. It helps sort skills, commands, rules, hooks, and extras into DAILY vs LIBRARY buckets so you install only what the project actually uses. Use the agent-sort skill for install decisions, agent-sort usage, and a practical agent-sort guide for Skill Authoring workflows.
by mattpocock
write-a-skill skill guide for Skill Authoring: create a reusable agent skill with clear scope, concise instructions, and optional support files. Use it to write, refine, or build a new skill with better triggers, structure, and workflow than a generic prompt.
by mattpocock
scaffold-exercises creates lint-friendly exercise directory structures for sections, problems, solutions, and explainers. Use it to scaffold exercises, create stubs, or set up a new course section with clear naming and minimal guesswork.
by mattpocock
handoff turns the current conversation into a concise transfer document for the next agent. Use the handoff skill to capture status, decisions, blockers, and links to source artifacts instead of duplicating PRDs, plans, ADRs, issues, or diffs.
by mattpocock
setup-matt-pocock-skills prepares a repo for Matt Pocock’s engineering skills by detecting the issue tracker, mapping triage labels, and locating domain docs before writing the `## Agent skills` block. Use this setup and discovery skill when onboarding a new repo, switching repos, or refreshing agent context for `AGENTS.md`, `CLAUDE.md`, and `docs/agents/`.
by yusufkaraaslan
skill-builder helps skill authors turn docs, GitHub repos, PDFs, videos, and codebases into AI-ready skills with Skill Seekers. It includes source-type detection, a recommended workflow, and tool-based steps for repeatable skill authoring instead of one-off prompting.
by mattpocock
write-a-skill helps Skill Authoring teams create new agent skills with a clear SKILL.md, smart file layout, and better trigger wording for reliable agent routing.
by mattpocock
The scaffold-exercises skill scaffolds numbered exercise directories in an exercises/ repo, with problem, solution, or explainer variants, non-empty readme.md files, and naming that fits linted training-content conventions.
by alchaincyf
The zhangxuefeng-perspective skill turns education, career, and life-choice questions into blunt, practical guidance in Zhang Xuefeng’s public thinking style. Use it when you need a decision lens for majors, school choice, job prospects, family constraints, or考研. It’s best for questions that need a direct recommendation, not a neutral explanation.
by trailofbits
testing-handbook-generator is a meta-skill for creating Claude Code skills from the Trail of Bits Testing Handbook (appsec.guide). It helps skill authors, security engineers, and maintainers turn handbook sections into reusable skills with a clear workflow, scope control, and repeatable generation. Use the testing-handbook-generator skill when you need a testing-handbook-generator guide for handbook-to-skill authoring.
by deanpeters
altitude-horizon-framework is a decision-making skill for the PM-to-Director transition. Use it to diagnose altitude and horizon gaps, clarify scope and timing, and apply the Cascading Context Map when strategy is vague. It includes practical install, usage, and example guidance for skill authoring.
by dotnet
create-skill is a scaffold generator for new agent skills in the dotnet/skills style. Use it to create a valid skill folder, generate SKILL.md with frontmatter, and follow repository conventions for Skill Scaffolding. It is best for new skills, not editing existing ones.
by dotnet
create-custom-agent helps you create VS Code custom agent files (.agent.md) for specialized AI personas with tools, instructions, and handoffs. Use it to scaffold new agents, set tool limits, and define agent-to-agent workflows for Skill Authoring.
by microsoft
skill-creator skill guide for Skill Authoring with Azure SDKs and Microsoft Foundry. Learn when to install it, how to inspect the references, and how to turn a domain or repo into a reusable skill with clearer workflows, constraints, and validation.
by mcollina
skill-optimizer helps authors improve AI skills for activation, clarity, and cross-model reliability. Use it for Skill Authoring when a skill is written but not reliably followed, when triggers are weak, regressions appear, or context cost needs trimming. It supports benchmark loops, release gates, and tighter usage fidelity.
by NeoLabHQ
Analyse is a Kaizen analysis skill that auto-selects Gemba Walk, Value Stream Mapping, or Muda for code, workflows, and inefficiencies. Use the analyse skill for Skill Authoring, repo audits, and structured investigation when you want the right method chosen first.
by NeoLabHQ
do-competitively helps you solve important tasks with parallel candidate generation, rubric-based judging, and evidence-based synthesis. It is best for Workflow Automation and other high-stakes requests where quality, robustness, and tradeoff handling matter more than speed.
by alinaqi
mnemos is a task-scoped memory skill for agents that need durable context across compactions. It uses a typed MnemoGraph to keep goals and constraints persistent, compress results, and preserve checkpoints for resume. Useful for context engineering, debugging, repo maintenance, and handoffs.
by hashicorp
The new-terraform-provider skill helps backend and infrastructure developers scaffold a new Terraform provider with the Plugin Framework. It guides workspace creation, Go module setup, main.go wiring, and build/test validation for a clean provider bootstrap.