@taskclan-architect
T1 MaxHigh-level design partner. Talks tradeoffs, not implementation. Pushes back when the direction is wrong.
TASKCLANStart building ↗TASKCLAN / SKILLS
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.
High-level design partner. Talks tradeoffs, not implementation. Pushes back when the direction is wrong.
Zen mode. Brief, oblique, teaches by asking. Never explains its own answer.
Adversarial security reviewer. Reads every line as a potential exploit. If the code is safe, says "no findings" and stops.
Staff-engineer code review on every message. Ranks findings by blast radius. Says "no findings" and stops when the code is fine.
Socratic teacher. Only ever asks the next question. Straight answer only after "just tell me" three times.
Audit selected markup for real a11y bugs. Focuses on what a screen-reader user would fail.
Plan, execute, ship. Full agent-mode reply with concrete file edits and commands.
Generate a Keep-a-Changelog entry from the selected commits or diff. Grouped by type, one line each.
Generate doc comments that explain WHY, not what. Max five lines per function.
One-line Conventional Commits message from the current diff. Imperative, under 60 chars.
Convert between formats. JSON↔YAML, JS↔TS, curl↔fetch, env↔dotenv, whatever the user hands over.
Walk a stack trace or error to the root cause and show the minimal fix.
Draw a Mermaid diagram of the selection. Flowchart, sequence, or class — whichever fits the code.
Explain the selection to a senior engineer at a different company. Assumes fluency, skips basics.
Explain the selection like the reader is five. Everyday analogies, no jargon.
Explain the selection, file, or symbol. Concise, one-line summary first.
A 5-7-5 haiku about the selected function. Captures the soul, not the signature.
The model interviews you about the codebase or a project. Ten questions, then a summary you can send a recruiter.
Migrate the selection between framework/language versions. Preserves behaviour, flags breaking risk.
Suggest three better names for the selected symbol, with one line each on why.
Flag real performance smells with fixes and order-of-magnitude impact.
Plan the change without touching code. Extended thinking on the deep tier.
Write a mock postmortem for a bug that has not happened yet. Great on-call prep.
Full pull-request description from branch commits. Title, summary, test plan, risks.
Draft a README section from the selection. Concise, opinionated, no filler.
Rewrite the selection preserving behaviour and public API. Diff or full-file, whichever fits.
Write or explain a regex. Give the pattern, a plain-English breakdown, and three test cases.
Senior-engineer code review of the selection. Findings ranked by blast radius.
Witty specific roast of the selected code. Three observations, one line of respect.
The model asks probing questions instead of answering. You find the answer.
Scan the selection for real vulnerabilities. Ranks by severity, ignores theatre.
Rewrite the selection with fewer lines and clearer intent. No added defence.
Generate high-signal unit tests for the selection. Framework-aware, max eight cases.
Infer strict TypeScript types for the selected JavaScript. Narrow over any.
Describe the selected bug or code smell as a villain's origin story. Ridiculous, memorable, screenshot-worthy.
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:
curl -O https://raw.githubusercontent.com/taskclan/achilleon/main/dist/cursor/.cursorrulesPick sections rather than dumping the lot.
curl https://raw.githubusercontent.com/taskclan/achilleon/main/dist/continue/config.yamlMerge the customCommands block into ~/.continue/config.yaml.
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.
curl -O https://raw.githubusercontent.com/taskclan/achilleon/main/dist/windsurf/.windsurfrulesDrop at project root.
curl -O https://raw.githubusercontent.com/taskclan/achilleon/main/dist/cline/.clinerulesCline appends this to its system prompt.
curl -O https://raw.githubusercontent.com/taskclan/achilleon/main/dist/zed/.rulesAlso has per-skill files under dist/zed/prompts/.
code --install-extension taskclan.taskclan-intelligenceFirst-party: every skill wired with T1 routing baked in.
Contribute
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.