TASKCLANStart building ↗

TASKCLAN / SKILLS

The Achilleon
skill registry.

Every Taskclan Intelligence skill and agent, browsable in one place, with one-click copy for the AI editor you already use. Open source, MIT licensed, community-authored at github.com/taskclan/achilleon. No Taskclan account required — the skills are just system prompts that work anywhere.

@taskclan-architect

T1 Max

High-level design partner. Talks tradeoffs, not implementation. Pushes back when the direction is wrong.

agentarchitecturedesign

@taskclan-guru

T1 Flow

Zen mode. Brief, oblique, teaches by asking. Never explains its own answer.

agentzenfun

@taskclan-hacker

T1 Max

Adversarial security reviewer. Reads every line as a potential exploit. If the code is safe, says "no findings" and stops.

agentsecurityreview

@taskclan-reviewer

T1 Max

Staff-engineer code review on every message. Ranks findings by blast radius. Says "no findings" and stops when the code is fine.

agentreviewquality

@taskclan-sensei

T1 Flow

Socratic teacher. Only ever asks the next question. Straight answer only after "just tell me" three times.

agentsocraticteaching

/accessibility

T1 Flow

Audit selected markup for real a11y bugs. Focuses on what a screen-reader user would fail.

skillCodingaccessibilitya11y

/agent

T1 Max

Plan, execute, ship. Full agent-mode reply with concrete file edits and commands.

skillCodingagentplanning

/changelog

T1 Flow

Generate a Keep-a-Changelog entry from the selected commits or diff. Grouped by type, one line each.

skillCommunicationchangelogrelease

/comment

T1 Core

Generate doc comments that explain WHY, not what. Max five lines per function.

skillCodingdocumentation

/commit

T1 Core

One-line Conventional Commits message from the current diff. Imperative, under 60 chars.

skillCommunicationgitcommits

/convert

T1 Flow

Convert between formats. JSON↔YAML, JS↔TS, curl↔fetch, env↔dotenv, whatever the user hands over.

skillCodingconversion

/debug

T1 Max

Walk a stack trace or error to the root cause and show the minimal fix.

skillCodingdebuggingerrors

/diagram

T1 Flow

Draw a Mermaid diagram of the selection. Flowchart, sequence, or class — whichever fits the code.

skillCodingdiagrammermaid

/eli-senior

T1 Flow

Explain the selection to a senior engineer at a different company. Assumes fluency, skips basics.

skillLearningexplanation

/eli5

T1 Core

Explain the selection like the reader is five. Everyday analogies, no jargon.

skillLearningexplanationlearning

/explain

T1 Core

Explain the selection, file, or symbol. Concise, one-line summary first.

skillLearningexplanation

/haiku

T1 Core

A 5-7-5 haiku about the selected function. Captures the soul, not the signature.

skillSharingfunsharing

/interview-me

T1 Flow

The model interviews you about the codebase or a project. Ten questions, then a summary you can send a recruiter.

skillSharingfuninterview

/migrate

T1 Max

Migrate the selection between framework/language versions. Preserves behaviour, flags breaking risk.

skillCodingmigrationrefactor

/name

T1 Core

Suggest three better names for the selected symbol, with one line each on why.

skillCodingnamingrefactor

/optimize

T1 Max

Flag real performance smells with fixes and order-of-magnitude impact.

skillCodingperformance

/plan

T1 Max

Plan the change without touching code. Extended thinking on the deep tier.

skillCodingplanningarchitecture

/postmortem

T1 Flow

Write a mock postmortem for a bug that has not happened yet. Great on-call prep.

skillSharingfunoncall

/pr

T1 Flow

Full pull-request description from branch commits. Title, summary, test plan, risks.

skillCommunicationgitpull-request

/readme

T1 Flow

Draft a README section from the selection. Concise, opinionated, no filler.

skillCommunicationdocumentation

/refactor

T1 Flow

Rewrite the selection preserving behaviour and public API. Diff or full-file, whichever fits.

skillCodingrefactor

/regex

T1 Core

Write or explain a regex. Give the pattern, a plain-English breakdown, and three test cases.

skillCodingregexpatterns

/review

T1 Max

Senior-engineer code review of the selection. Findings ranked by blast radius.

skillCodingreviewquality

/roast

T1 Max

Witty specific roast of the selected code. Three observations, one line of respect.

skillSharingfunsharing

/rubberduck

T1 Flow

The model asks probing questions instead of answering. You find the answer.

skillLearningsocraticlearning

/security

T1 Max

Scan the selection for real vulnerabilities. Ranks by severity, ignores theatre.

skillCodingsecurityreview

/simplify

T1 Flow

Rewrite the selection with fewer lines and clearer intent. No added defence.

skillCodingrefactor

/test

T1 Flow

Generate high-signal unit tests for the selection. Framework-aware, max eight cases.

skillCodingtests

/type

T1 Flow

Infer strict TypeScript types for the selected JavaScript. Narrow over any.

skillCodingtypescripttypes

/villain-arc

T1 Flow

Describe the selected bug or code smell as a villain's origin story. Ridiculous, memorable, screenshot-worthy.

skillSharingfunsharing

Install for your editor

You do not need to install skills one at a time. Every merge to Achilleon regenerates ready-to-use bundles for every AI editor. Grab the whole pack:

Cursor

curl -O https://raw.githubusercontent.com/taskclan/achilleon/main/dist/cursor/.cursorrules

Pick sections rather than dumping the lot.

Continue.dev

curl https://raw.githubusercontent.com/taskclan/achilleon/main/dist/continue/config.yaml

Merge the customCommands block into ~/.continue/config.yaml.

Claude Code

mkdir -p .claude/commands && curl -sSL https://github.com/taskclan/achilleon/archive/main.tar.gz | tar -xz --strip-components=3 -C .claude/commands 'achilleon-main/dist/claude-code/commands'

Every file becomes a /command in the project.

Windsurf

curl -O https://raw.githubusercontent.com/taskclan/achilleon/main/dist/windsurf/.windsurfrules

Drop at project root.

Cline

curl -O https://raw.githubusercontent.com/taskclan/achilleon/main/dist/cline/.clinerules

Cline appends this to its system prompt.

Zed

curl -O https://raw.githubusercontent.com/taskclan/achilleon/main/dist/zed/.rules

Also has per-skill files under dist/zed/prompts/.

Taskclan Intelligence (VS Code / Cursor)

code --install-extension taskclan.taskclan-intelligence

First-party: every skill wired with T1 routing baked in.

Contribute

Add or improve
a skill.

Every entry is one YAML file. Fork Achilleon, add a skill under skills/, open a PR. CI validates the schema; a maintainer reviews for quality; the next release picks it up.

Read the contributing guide ↗