Translate an engineering plan doc or branch diff into a non-engineer-friendly summary for a PR description, Slack update, or email. Use when the user wants a plan or diff explained for a non-engineer audience. Output is copy-paste only — nothing is written to…
Skills in this repository
Integralist/agent-skills - Page 2
SkillsMP has collected 62 skills from Integralist/agent-skills. Open a skill to review its source and details.
Integralist/agent-skillsShowing 22 of 62 collected skills.
Rewrite a short passage — a paragraph, prompt, message, or comment — for clarity and concision without changing its meaning. The light companion to distill, for short prose where clarity, not preservation, is the concern.
Architect a change from idea to actionable artifacts — bootstrap project instructions, research deeply, write a spec, then an implementation plan, each delegated to its skill. Use when the user wants to research a topic, explore a repo, write a spec, create a…
Research a topic or repository deeply and produce a reference document under `docs/research/`. Handles two modes: code research (repo by URL, `org/repo`, or bare name — e.g. "check the spotless repo", "look at github.com/fastly/spotless") and topic research…
Cross-model consensus review with discussion rounds and user gates.
Decision Memo + Contrarian Check. Runs an interview, structures the options with explicit assumptions, dispatches a contrarian pass to find holes and second-order effects, and produces a saved decision memo with a clear recommendation and reversibility rating.
Multi-perspective analysis of a problem or proposal through evidence, sentiment, risks, benefits, alternatives, and process. Use for a quick "what are we missing?" pass. Do not use to choose a consequential option, run cross-model deliberation, or review code.
Make AGENTS.md the canonical project-instructions file and ensure CLAUDE.md and GEMINI.md are thin pointers that @-import it. Promotes existing CLAUDE.md/GEMINI.md content into AGENTS.md when AGENTS.md is missing or weaker, creates stub CLAUDE.md and…
Create a new Go API service with complete boilerplate, local development, and observability.
Convert Markdown files from a directory into agent skills.
Four-phase debugging methodology with root cause analysis. Use when investigating bugs, fixing test failures, or troubleshooting unexpected behavior. Emphasizes NO FIXES WITHOUT ROOT CAUSE FIRST.
Teach the user a new skill or concept, within this workspace.
Parse test failure output and diagnose root causes in a read-only background subagent, then fix the failures interactively in the main thread. Use when the user shares test output or says "tests fail". Default output path is /tmp/output.
Add a new entry to the project's CHANGELOG.md based on uncommitted diff or branch-vs-main changes. Use when the user asks to update the changelog, add a changelog entry, or record changes.
Review codebase for AI slop and clean it up. A read-only subagent audits files and produces a proposed fix list; the main thread then applies fixes interactively so you can steer each one.
Critique a document for logical fallacies and weaknesses. Identifies issues and provides actionable fixes.
Spawn an appropriate subagent to handle a task.
Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.
Use when receiving a security review or vulnerability report — from an AI tool, a security-review command, or a human reviewer — and deciding which findings are real and worth fixing. Verify reachability, attacker control, and exploitability before…
Compact the current conversation into a handoff document for another agent to pick up.
Git-history diagnostic snapshot — churn hotspots, bus factor, bug clusters, commit velocity, and crisis patterns.
Semantic code search with grepai. Use when searching by intent or concept rather than exact text (e.g. "where is rate limiting implemented" when you don't know the naming conventions).