kalarislabs/skill-doctor
46 agent markdown files indexed from kalarislabs/skill-doctor. Install any of them pinned to an exact hash with mdr add kalarislabs/skill-doctor/<name>.
paper-writing skill
kalarislabs/skill-doctor · .agents/skills/paper-writing/SKILL.md · Guides writing academic papers section by section using an 11-step workflow with LaTeX templates and counterintuitive…
v1.0.0 · audit A · 13 stars
research-survey skill
kalarislabs/skill-doctor · .agents/skills/research-survey/SKILL.md · Generates structured literature survey reports from collected papers using a multi-stage pipeline: outline generation…
v1.0.0 · audit A · 13 stars
git:20260911.1354ca6 · audit A · 13 stars
hello-skill skill
kalarislabs/skill-doctor · examples/hello-skill/SKILL.md · A simple greeting skill that says hello to the user.
v1.0.0 · audit A · 13 stars
math-calculator skill
kalarislabs/skill-doctor · sd-bench/corpora/clean-calculator-skill/SKILL.md · Performs mathematical operations and complex scientific calculations.
v2.1.0 · audit A · 13 stars
code-formatter skill
kalarislabs/skill-doctor · sd-bench/corpora/clean-formatter-skill/SKILL.md · Automatically formats code files according to project guidelines.
v1.0.0 · audit A · 13 stars
build-helper skill
kalarislabs/skill-doctor · sd-bench/corpora/cmd-inject-skill/SKILL.md · Builds and packages project artifacts.
v1.0.0 · audit A · 13 stars
summarizer-helper skill
kalarislabs/skill-doctor · sd-bench/corpora/prompt-inject-skill/SKILL.md · Summarizes documents and web pages.
v1.0.0 · audit F · 13 stars
brainstorming skill
kalarislabs/skill-doctor · skills/brainstorming/SKILL.md · You MUST use this before any creative work - creating features, building components, adding functionality, or modifying…
git:20260910.bd96e48 · audit A · 13 stars
ci-cd skill
kalarislabs/skill-doctor · skills/ci-cd/SKILL.md · GitHub Actions, required checks, TestMu, OS matrix, and merge gates for Skill Doctor. Use when editing workflows…
git:20260910.eee8645 · audit A · 13 stars
cli-sarif skill
kalarislabs/skill-doctor · skills/cli-sarif/SKILL.md · Skill Doctor CLI UX, flags, exit codes, text/JSON/SARIF reports. Use when changing clap, printers, GitHub Action…
git:20260910.eee8645 · audit A · 13 stars
dispatching-parallel-agents skill
kalarislabs/skill-doctor · skills/dispatching-parallel-agents/SKILL.md · Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
git:20260910.bd96e48 · audit A · 13 stars
executing-plans skill
kalarislabs/skill-doctor · skills/executing-plans/SKILL.md · Use when you have a written implementation plan to execute in a separate session with review checkpoints
git:20260910.bd96e48 · audit A · 13 stars
finishing-a-development-branch skill
kalarislabs/skill-doctor · skills/finishing-a-development-branch/SKILL.md · Use when implementation is complete, all tests pass, and you need to decide how to integrate the work
git:20260910.bd96e48 · audit A · 13 stars
neutralize-sd11 skill
kalarislabs/skill-doctor · skills/neutralize-sd11/SKILL.md · SD-11 scanner-mediated injection — neutralize untrusted skill bytes before any model; additive-only scoring. Use when…
git:20260910.eee8645 · audit A · 13 stars
project-context skill
kalarislabs/skill-doctor · skills/project-context/SKILL.md · Skill Doctor product and architecture context. Use at the start of a session, when deciding where code lives, when the…
git:20260910.bd96e48 · audit A · 13 stars
receiving-code-review skill
kalarislabs/skill-doctor · skills/receiving-code-review/SKILL.md · Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or…
git:20260910.bd96e48 · audit A · 13 stars
release-publish skill
kalarislabs/skill-doctor · skills/release-publish/SKILL.md · Pre-publish and publish path for crates.io, npm installer, GitHub Releases, SBOM. Use when cutting versions, editing…
git:20260913.6c497d7 · audit A · 13 stars
requesting-code-review skill
kalarislabs/skill-doctor · skills/requesting-code-review/SKILL.md · Use when completing tasks, implementing major features, or before merging to verify work meets requirements
git:20260910.bd96e48 · audit A · 13 stars
review-bots skill
kalarislabs/skill-doctor · skills/review-bots/SKILL.md · How to work with CodeRabbit, Greptile, and Intelligence AI on Skill Doctor PRs. Use when a review bot comments or when…
git:20260910.eee8645 · audit A · 13 stars
rust-best-practices skill
kalarislabs/skill-doctor · skills/rust-best-practices/SKILL.md · Guide for writing idiomatic Rust code based on Apollo GraphQL's best practices handbook. Use this skill when: (1)…
v1.1.1 · audit A · 13 stars
rust-idioms skill
kalarislabs/skill-doctor · skills/rust-idioms/SKILL.md · Everyday Rust engineering for Skill Doctor — errors, ownership, clippy, APIs, iterators. Use when writing or reviewing…
git:20260910.eee8645 · audit A · 13 stars
rust-invariants skill
kalarislabs/skill-doctor · skills/rust-invariants/SKILL.md · Nine non-negotiable Skill Doctor product invariants. Use when changing scan defaults, scoring, features, networking…
git:20260910.bd96e48 · audit A · 13 stars
rust-perf skill
kalarislabs/skill-doctor · skills/rust-perf/SKILL.md · Rust performance and memory optimization for Skill Doctor L1. Use when making scans faster, reducing RSS or binary…
git:20260910.eee8645 · audit A · 13 stars
rust-skills skill
kalarislabs/skill-doctor · skills/rust-skills/SKILL.md · Comprehensive Rust coding guidelines with 265 rules across 26 categories. Use when writing, reviewing, or refactoring…
v1.5.1 · audit A · 13 stars
rust-testing skill
kalarislabs/skill-doctor · skills/rust-testing/SKILL.md · How to write Skill Doctor tests — unit, integration, CLI, fixtures, determinism, additive-only. Use when adding tests…
git:20260910.eee8645 · audit A · 13 stars
rust-workspace skill
kalarislabs/skill-doctor · skills/rust-workspace/SKILL.md · Cargo workspace layout, crate boundaries, and dependency policy for Skill Doctor. Use when creating crates, editing…
git:20260910.eee8645 · audit A · 13 stars
subagent-driven-development skill
kalarislabs/skill-doctor · skills/subagent-driven-development/SKILL.md · Use when executing implementation plans with independent tasks in the current session
git:20260910.bd96e48 · audit A · 13 stars
systematic-debugging skill
kalarislabs/skill-doctor · skills/systematic-debugging/SKILL.md · Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
git:20260910.bd96e48 · audit A · 13 stars
test-driven-development skill
kalarislabs/skill-doctor · skills/test-driven-development/SKILL.md · Use when implementing any feature or bugfix, before writing implementation code
git:20260910.bd96e48 · audit A · 13 stars
unsafe-sandbox skill
kalarislabs/skill-doctor · skills/unsafe-sandbox/SKILL.md · Rules for unsafe Rust and the L3 behavioral process harness. Use when adding unsafe blocks, FFI, sandbox features…
git:20260910.bd96e48 · audit A · 13 stars
using-git-worktrees skill
kalarislabs/skill-doctor · skills/using-git-worktrees/SKILL.md · Use when starting feature work that needs isolation from current workspace or before executing implementation plans -…
git:20260910.bd96e48 · audit A · 13 stars
using-superpowers skill
kalarislabs/skill-doctor · skills/using-superpowers/SKILL.md · Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY…
git:20260910.bd96e48 · audit A · 13 stars
verification-before-completion skill
kalarislabs/skill-doctor · skills/verification-before-completion/SKILL.md · Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running…
git:20260910.eee8645 · audit A · 13 stars
writing-plans skill
kalarislabs/skill-doctor · skills/writing-plans/SKILL.md · Use when you have a spec or requirements for a multi-step task, before touching code
git:20260910.bd96e48 · audit A · 13 stars
writing-skills skill
kalarislabs/skill-doctor · skills/writing-skills/SKILL.md · Use when creating new skills, editing existing skills, or verifying skills work before deployment
git:20260910.bd96e48 · audit A · 13 stars
yara-rules skill
kalarislabs/skill-doctor · skills/yara-rules/SKILL.md · Author and compile YARA-X rules for SDTM-v1. Use when adding or changing detectors, rules/*.yar, rule IDs, or taxonomy…
git:20260910.bd96e48 · audit A · 13 stars
encoded-injection-skill skill
kalarislabs/skill-doctor · tests/fixtures/attack/SD-01/encoded-injection/SKILL.md · Skill testing base64 encoded prompt injection detection.
v1.0.0 · audit A · 13 stars
malicious-installer skill
kalarislabs/skill-doctor · tests/fixtures/attack/SD-02/malicious-skill/SKILL.md · A skill that installs development tools.
v1.0.0 · audit A · 13 stars
canary-exfil-test skill
kalarislabs/skill-doctor · tests/fixtures/attack/SD-03/canary-exfil/SKILL.md · Test skill with companion script attempting canary exfiltration.
v1.0.0 · audit A · 13 stars
undeclared-capability-skill skill
kalarislabs/skill-doctor · tests/fixtures/attack/SD-04/undeclared-capability/SKILL.md · A utility skill claiming only formatting text capabilities.
v1.0.0 · audit B · 13 stars
logic-bomb-test skill
kalarislabs/skill-doctor · tests/fixtures/attack/SD-10/logic-bomb/SKILL.md · Test skill with companion script that triggers conditionally under CI.
v1.0.0 · audit A · 13 stars
unicode-trojan-skill skill
kalarislabs/skill-doctor · tests/fixtures/attack/SD-10/unicode-trojan/SKILL.md · Skill testing bidi Trojan Source and homoglyph confusable attacks.
v1.0.0 · audit F · 13 stars
file-uploader-skill skill
kalarislabs/skill-doctor · tests/fixtures/benign/complex-declared-skill/SKILL.md · A tool for backing up logs to an S3 remote bucket.
v1.0.0 · audit A · 13 stars
hello-world skill
kalarislabs/skill-doctor · tests/fixtures/benign/hello-skill/SKILL.md · A simple greeting skill that says hello to the user.
v1.0.0 · audit A · 13 stars
benign-calculator-skill skill
kalarislabs/skill-doctor · tests/fixtures/benign/script-skill/SKILL.md · Clean skill with companion script performing benign math computation.
v1.0.0 · audit A · 13 stars
Source
github.com/kalarislabs/skill-doctor · 13 stars · license Apache-2.0 · pushed 2026-09-17