By theeraphans
Personal Claude Code skill bundle. End-to-end workflow for the agentic-platform (BPR) repo, plus engineering discipline (TDD, diagnose, scrutinize, post-mortem, zoom-out), productivity helpers (caveman, handoff, grill-me, management-talk), behavioral baseline (karpathy-guidelines), and git safety hooks.
Use when working on the agentic-platform repo (Loki). Triggers on ITAECD-* tickets, branch creation, spec/plan/brainstorm requests, edits under app/engine/, app/training/, mcp_servers/, streamlit_app/, alembic/, docs/superpowers/, PR/Jira work, ruff, Alembic, soft-delete, mermaid diagrams. Triggers even on quick questions — conventions are surprising enough that one wrong default (init_db, missing mermaid, hard-deletion, missing Langfuse sync, missing assignee) costs more than the read.
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
Write the canonical engineering record of a fixed bug — root cause, mechanism, fix, validation, and how it slipped through. Engineer-audience, code identifiers welcome. Use after a debug session lands a fix, before closing the ticket. Trigger on /post-mortem, when the user says "write the post-mortem / postmortem / RCA / root cause analysis", "document this fix", "write up the root cause", "close out this bug with a writeup", or hands you a fixed-and-validated bug and asks for the writeup.
Outsider-perspective end-to-end review of a plan, PR, or code change. First questions intent and whether a simpler/more elegant approach would achieve the same goal, then traces the actual code path (not just the diff) to verify the change does what it claims. Output is concise, actionable, and every call carries its rationale. Trigger on /scrutinize and proactively whenever the user asks to review, audit, sanity-check, or get a second opinion on a plan, PR, diff, design doc, or proposed code change.
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agent skills loaded by Claude Code.
Skills live under skills/, grouped into buckets:
engineering/ — daily code workproductivity/ — daily non-code workflow toolsgeneral/ — cross-cutting behavioral guidelinesmisc/ — kept around but rarely usedEach skill is its own directory containing a SKILL.md (with YAML frontmatter — name and description) and any bundled scripts or reference files under references/.
Symlink every shippable skill into ~/.claude/skills/:
./scripts/link-skills.sh
List every SKILL.md in the repo:
./scripts/list-skills.sh
agentic-platform (BPR). Pipeline (ticket → branch → brainstorm → spec → plan → implement → PR → Jira), hard rules (uv run, Alembic-only, soft-delete, ruff), and where to land changes. Platform architecture + runtime reference bundled.npx claudepluginhub theeraphans/loki-skillsComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC plugin for engineering teams - 67 agents, 279 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation