c0nant
- 26 skills
- 0 followers
- 4 hours ago last updated
- ▌ Research · c0nant bundleInvestigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.
- ▌ Tdd · c0nant bundleTest-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
- ▌
- ▌ To Spec · c0nant bundleTurn the current conversation into a spec and publish it to the project issue tracker: synthesis of what you've already discussed, asking only about the gaps you genuinely can't fill.
- ▌ Reset Agent Env · c0nant bundleReset global agent environments, wipe installed skills, hooks, rules, and MCP configs across Claude Code, Cursor, Windsurf, Antigravity, and the Agent-Skills standard dir, to simulate a clean machine.
- ▌
- ▌ Review Mr · c0nant bundleReview someone else's merge request for bugs, security, performance and design, check it against the task's acceptance criteria, and write a verdict plus the findings to a local markdown file.
- ▌ Wayfinder · c0nant bundlePlan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.
- ▌ Setup Pre Commit · c0nant bundleSet up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
- ▌
- ▌
- ▌ Grilling · c0nant bundleGrill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.
- ▌ Ask Skills · c0nant bundleAsk which skill or flow fits your situation. A router over the user-invoked skills in this repo.
- ▌ To Tickets · c0nant bundleBreak a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker (edges as text in one file per ticket locally, or native blocking links on a real tracker).
- ▌ Review Axes · c0nant bundleReview the changes since a fixed point (commit, branch, tag, or merge-base) along two axes: Standards (does the code follow this repo's documented coding standards, plus baselines for code smells, duplicated code, and N+1 or otherwise repeated work?) and Spec (does the code match what the originating ticket or spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".
- ▌ Setup Solid · c0nant bundleWrite an architecture-level SOLID section into this repo's CLAUDE.md, scoped by the boy scout rule. Run once per repo.
- ▌ Setup Skills · c0nant bundleConfigure this repo for the engineering skills, set up its issue tracker, triage label vocabulary, domain doc layout, and project Claude Code permissions that deny destructive git. Run once before first use of the other engineering skills.
- ▌ Tech Debt Map · c0nant bundleAudit a codebase that grew organically and produce a ranked map of its worst technical debt, plus a phased, incremental cleanup plan. Diagnosis only, it changes no code.
- ▌
- ▌ Sync Upstream · c0nant bundleMerge an upstream repo into this fork and resolve the conflicts in favour of the fork's deliberate divergences, then sweep for the ones the merge overwrote silently.
- ▌ Grill With Docs · c0nant bundleA relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
- ▌ Delegate Tickets · c0nantOrchestrates sequential ticket implementation through fresh subagents, requiring each one to use the /implement skill.
- ▌ Frontend Handoff · c0nant bundleTurn a finished backend change into a pasteable handoff for the frontend team, verdict first, must-change, should-change, or nothing.
- ▌ To Questionnaire · c0nant bundleTurn a decision you can't fully answer into a questionnaire for someone else to fill in.
- ▌ Setup Devcontainer · c0nant bundleSet up a Compose-based devcontainer that inherits the host's git, CLI and agent identity, toolchain in the container, host stays clean, nothing to re-authenticate. User-invoked.
- ▌ Improve Codebase Architecture · c0nant bundleScan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.