Skip to main content
Run any Skill in Manus
with one click
GitHub repository

clankbrain

clankbrain contains 30 collected skills from YehudaFrankel, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
30
Stars
16
updated
2026-06-01
Forks
3
Occupation coverage
9 occupation categories · 100% classified
repository explorer

Skills in this repository

scan-conventions
software-developers

Scans a real codebase and writes coding-conventions.md from what it actually finds — variable style, SQL patterns, error handling, INSERT strategy, naming. Run once on any new project to bootstrap the convention system. Triggers on "scan conventions", "generate conventions", "bootstrap conventions", "extract conventions from code", "what are the conventions".

2026-06-01
security-check
information-security-analysts

Security audit — checks auth, SQL injection, exposed endpoints, and sensitive data. Triggers on "security check", "is this secure", "check for vulnerabilities", "check auth", "audit security", "security audit".

2026-04-29
environment-check
network-and-computer-systems-administrators

Use when switching environments, updating config values, or verifying URLs/settings. Triggers on "check environment", "switch to production", "update URLs", "check config", "is this prod-ready".

2026-04-29
run-verification
software-quality-assurance-analysts-and-testers

Use when verifying a feature works, after making changes, or before shipping. Triggers on "verify this works", "test this", "does this work", "run the checklist", "before I ship", "check this end to end".

2026-04-29
refactor
software-developers

Use when cleaning up, simplifying, or restructuring existing code without changing behavior. Triggers on "refactor", "clean up", "simplify this", "this is getting messy", "too long", "hard to read", "extract this".

2026-04-29
code-review
software-quality-assurance-analysts-and-testers

Use when the user wants to review a file for bugs, antipatterns, or quality issues. Triggers on "review", "check for issues", "look for problems", "audit", "before I ship".

2026-04-29
fix-bug
software-developers

Use when the user reports a LOGIC bug — wrong behavior, incorrect output, or a feature not working as designed. Triggers on "fix the bug where", "it's broken", "not sending", "not saving", "wrong result", "something broke".

2026-04-29
frontend-design
graphic-designers

Commits to a bold design direction before writing a single line of CSS. Generates a complete design system — palette, font pairing, style direction, and UX rules. Triggers on "build a landing page", "design this UI", "create a component", "design system for", "new page design", "frontend design".

2026-04-29
guard
software-quality-assurance-analysts-and-testers

Scans recently changed files against a growing library of known error patterns, flags violations before they ship. After any bug fix, extracts the root cause as a new permanent rule. Trigger on "guard check", "scan for issues", "check conventions", "did I miss anything", "scan my changes".

2026-04-29
refactoring-ui
web-and-digital-interface-designers

Tactical rules for making interfaces look intentional and polished. Specific, actionable fixes for the most common visual problems. Triggers on "my UI looks off", "fix the design", "visual hierarchy", "polish the UI", "refactoring ui".

2026-04-29
shadow-code
software-developers

Developer sharpening exercise — user writes the implementation first, Claude reviews and compares. Keeps independent coding ability sharp. Triggers on "/shadow-code", "shadow mode", "I'll write it first", "let me try first".

2026-04-29
skill-creator
software-developers

Create a new reusable skill from scratch. Triggers on "create a skill", "new skill", "make a skill called", "add a skill for", "/skill-creator".

2026-04-29
smart-resume
software-developers

Reads STATUS.md, todo.md, and recent memory to identify what was in progress, then proposes and executes the specific next step. Use when resuming work after a break, or say "smart resume" / "pick up where we left off" / "what were we working on" / "what's next".

2026-04-29
ux-heuristics
web-and-digital-interface-designers

Evaluates interface usability using Nielsen's 10 heuristics + Krug's principles. Returns a severity-scored list of issues. Triggers on "audit this for usability", "heuristic review", "UX issues", "usability check", "ux heuristics".

2026-04-29
kit-health
network-and-computer-systems-administrators

Confirms the Clankbrain install worked. Run this right after setup or anytime you suspect something is broken. Triggers on "kit health", "is the kit installed", "kit check", "did install work", "verify kit", "health check kit".

2026-04-24
tour
customer-service-representatives-434051

A 5-minute interactive walkthrough of Clankbrain. Shows the user the magic — memory, lessons, regret log, plans — by demonstrating each one in real time. Triggers on "tour", "show me how this works", "walkthrough", "first time", "new user", "show me the magic".

2026-04-19
product-risk
project-management-specialists

Four Big Risks product validation. Two modes: evaluate (score an existing product Red/Yellow/Green) or create (validate idea + generate working prototypes + full project scaffolding). Triggers on: /product-risk, evaluate this product, validate this idea, new product, is this worth building, product risk check, run the four risks, score this product, check the risks, rate this idea, should I build this, what are the risks, risk assessment, check for product-risk, how risky is this.

2026-04-19
parallel-prototypes
graphic-designers

Run 2-3 prototype variants of a UX decision in parallel instead of iterating sequentially. Cagan calls this the "freshest observation" enabled by AI tooling. Triggers on "should it be X or Y", "two approaches", "I'm torn between", "try both", "parallel prototypes", "compare designs", "A/B this".

2026-04-17
prototype-hypothesis
project-management-specialists

Force a one-line hypothesis before any prototype iteration. Prevents "learning theater" — building things that demo well but don't reduce risk. Triggers on "iterate on the prototype", "let me try", "tweak the design", "change the [color/layout/copy]", "what if we", or any prototype edit in build-to-learn mode.

2026-04-17
debug-session
software-quality-assurance-analysts-and-testers

Structured debugging flow for any bug or unexpected behavior. Follows reproduce → isolate → hypothesize → fix → verify → log. Ends by updating error-lookup.md so the same bug never costs time again. Triggers on "debug session", "can't figure out why", "weird behavior", "something's wrong with", "why is X not working", "help me debug".

2026-04-14
generate-guards
software-developers

Scan this project's error history and codebase to propose project-specific guards for guard-patterns.md. Generic guards ship with the kit — this skill creates the ones that prevent YOUR recurring mistakes. Trigger phrases: "generate guards", "add guards", "create project guards", "what guards should I add", "guards from my errors".

2026-04-14
recall
file-clerks-434071

Natural language memory search. Use when the user asks "what did we decide about X", "do we know anything about X", "have we dealt with X before", or "/recall X". Faster than search-memory — single grep pass, no parallel agents.

2026-03-31
forget
software-developers

Invalidate or remove a memory entry. Use when the user says "forget that", "that memory is wrong", "remove the X memory", "/forget X". Marks the file as invalidated rather than deleting — preserves history.

2026-03-31
act
software-developers

Reads recent session context, infers what you were working on, and proposes the specific next action. Use when resuming after a break, or say "act" / "what should we do next" / "pick up where we left off". Executes immediately on confirmation.

2026-03-30
search-memory
software-developers

Deep cross-memory search using parallel subagents. Use when asked broad conceptual questions like "what do we know about X", "have we solved X before", "find anything about X" — questions that could live in multiple memory files. Simple lookups (single known file) still use --search directly.

2026-03-30
mode
software-developers

Switch Claude's tool access mode for the session. Modes limit which tools Claude will use — useful for reviewing code without risk of edits, or ensuring no shell commands run. Triggers on "Mode develop", "Mode review", "Mode safe", "Mode deploy", "/mode", "switch to review mode", "read only mode", "safe mode".

2026-03-30
plan
project-management-specialists

Structured planning session for a new feature or change. Creates a dedicated plan file, drafts options with build cost/friction/payoff ratings, tracks the decision live. Triggers on "plan [feature]", "I want to build X", "design X", "plan mode", "thinking about building".

2026-03-30
code-reviewer
software-quality-assurance-analysts-and-testers

Language-agnostic code review. Checks correctness, security, and consistency with project conventions. Triggers on "review this", "review [file]", "check this code", "code review".

2026-03-29
map-codebase
software-developers

Analyzes the project codebase and builds a detailed code-map.md organized by feature flow. Shows entry point → routing → logic → DB for every major feature. Run once to bootstrap navigation; re-run after major structural changes. Triggers on "map the codebase", "build code map", "create code map", "map my project", "analyze codebase structure", "create a roadmap of the code", "where does everything live".

2026-03-26
powershell-safe
software-developers

Enforce safe PowerShell string patterns before writing or editing any .ps1 file, or before passing PowerShell via the Bash tool. Triggers on "write a powershell script", "edit the .ps1", "run powershell", "powershell command", or any task that produces PowerShell content.

2026-03-25
clankbrain Agent Skills on GitHub | SkillsMP