提示词与推理

提示词工程、角色设定和推理模式

205 個 Skills 可用

Skills 列表

ck

ck

231Kprompting-reasoning

Persistent per-project memory for Claude Code. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory. Commands run deterministic Node.js scripts — behavior is consistent across model versions.

affaan-m avataraffaan-m
獲取
foundation-models-on-device

foundation-models-on-device

231Kprompting-reasoning

Apple FoundationModels framework for on-device LLM — text generation, guided generation with @Generable, tool calling, and snapshot streaming in iOS 26+.

affaan-m avataraffaan-m
獲取
agent-harness-construction

agent-harness-construction

230Kprompting-reasoning

Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.

affaan-m avataraffaan-m
獲取
cost-aware-llm-pipeline

cost-aware-llm-pipeline

230Kprompting-reasoning

Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.

affaan-m avataraffaan-m
獲取
security-scan

security-scan

230Kprompting-reasoning

Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions.

affaan-m avataraffaan-m
獲取
eval-harness

eval-harness

230Kprompting-reasoning

Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles

affaan-m avataraffaan-m
獲取
skill-creator

skill-creator

151Kprompting-reasoning

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

anthropics avataranthropics
獲取
caveman-explore

caveman-explore

98Kprompting-reasoning

Read-only repository explorer. Use PROACTIVELY for cold-start exploration, broad cross-file localization, or when a direct search has failed and you need to find where something lives. Skip it when the issue already names the exact file or symbol, or a previous turn already returned usable file:line evidence. Returns only compact path:line citations; its reads and greps never enter the main conversation.

juliusbrussee avatarjuliusbrussee
獲取
caveman-optimize

caveman-optimize

98Kprompting-reasoning

Turn Caveman's exact report-only repository observations into an operator-chosen optimization candidate with a paired baseline/candidate evaluation. Use when the user asks to inspect an optimization observation, evaluate a candidate change, or act on the current Caveman optimization report. Require a logged-in Caveman CLI connection and explicit approval; never infer money or actuation from a profile.

juliusbrussee avatarjuliusbrussee
獲取
investigate-first

investigate-first

98Kprompting-reasoning

Diagnose ambiguous failures before editing. Use for unknown causes, intermittent behavior, performance regressions, or investigations needing evidence-ranked hypotheses.

juliusbrussee avatarjuliusbrussee
獲取
verify-and-stop

verify-and-stop

98Kprompting-reasoning

Prove existing work meets acceptance conditions without expanding scope. Use for validation-only tasks, completion checks, focused gate runs, and last-mile proof.

juliusbrussee avatarjuliusbrussee
獲取
surgical-patch

surgical-patch

98Kprompting-reasoning

Fix bugs and small behavior changes at the narrowest responsible layer. Use when regression proof, preserved surrounding behavior, and task-relevant tests matter.

juliusbrussee avatarjuliusbrussee
獲取
safe-refactor

safe-refactor

98Kprompting-reasoning

Restructure code while preserving behavior. Use for extraction, consolidation, ownership moves, or cleanup where verification must bracket structural edits.

juliusbrussee avatarjuliusbrussee
獲取
caveman-learn

caveman-learn

98Kprompting-reasoning

Close the loop on a Caveman learn report — review the ranked token sinks and apply cost-lowering fixes (trim config, offload recurring context to cavemem) with per-edit consent. Use when the user runs "caveman learn", asks to lower their agent's token cost, wants to trim a heavy CLAUDE.md, or wants to offload context they re-paste every session into cavemem.

juliusbrussee avatarjuliusbrussee
獲取
lean-build

lean-build

98Kprompting-reasoning

Build feature work with high overbuilding risk. Use for new behavior, product slices, or integrations where repository reuse, strict scope, and an explicit stop condition matter.

juliusbrussee avatarjuliusbrussee
獲取
caveman-evidence-review

caveman-evidence-review

98Kprompting-reasoning

Review Caveman Cloud evidence read-only: costs, Cave Score, Cave Plan, workflows, traces, latency, errors, compression, routing, and verified savings. Use when the user asks what Caveman found, where LLM spend goes, why cost or quality changed, which workflows need attention, or asks for a trace or analytics review. Prefer Caveman MCP tools; fall back to CLI JSON.

juliusbrussee avatarjuliusbrussee
獲取
caveman-discover

caveman-discover

98Kprompting-reasoning

Find every LLM workflow in the current repository and label it, so Caveman Cloud groups spend by what the code actually does (support-reply, nightly-digest) instead of one anonymous bucket. Use when the user pastes the Caveman discovery prompt, says "discover workflows", or asks to break LLM spend down by workflow. The repo should already route through the Caveman gateway (the caveman-setup skill does that part).

juliusbrussee avatarjuliusbrussee
獲取
caveman-manage

caveman-manage

98Kprompting-reasoning

Inspect Caveman Cloud's eval-gated experiment lifecycle and block unsafe execution. Use when the user asks to start, approve, cancel, promote, or roll back a Caveman experiment, or asks what action an experiment's evidence supports. Read evidence first; do not execute lifecycle mutations until server-authoritative transition and evidence gates ship.

juliusbrussee avatarjuliusbrussee
獲取
migration

migration

98Kprompting-reasoning

Implement reversible compatibility-safe transitions. Use for schema, data, API, protocol, configuration, or dependency migrations requiring rollback and preservation proof.

juliusbrussee avatarjuliusbrussee
獲取
ponytail-gain

ponytail-gain

85Kprompting-reasoning

Show ponytail's measured impact as a compact scoreboard: less code, less cost, more speed, from the benchmark medians. One-shot display, not a persistent mode, and not a per-repo number. Trigger: /ponytail-gain, "ponytail gain", "what does ponytail save", "show ponytail impact", "ponytail scoreboard".

dietrichgebert avatardietrichgebert
獲取
ponytail-debt

ponytail-debt

84Kprompting-reasoning

Harvest every `ponytail:` comment in the codebase into a debt ledger, so the deliberate shortcuts and deferrals ponytail leaves behind get tracked instead of rotting into "later means never". Use when the user says "ponytail debt", "/ponytail-debt", "what did ponytail defer", "list the shortcuts", "ponytail ledger", or "what did we mark to do later". One-shot report, changes nothing.

dietrichgebert avatardietrichgebert
獲取
ponytail-review

ponytail-review

83Kprompting-reasoning

Code review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says "review for over-engineering", "what can we delete", "is this over-engineered", "simplify review", or invokes /ponytail-review. Complements correctness-focused review, this one only hunts complexity.

dietrichgebert avatardietrichgebert
獲取
ponytail-audit

ponytail-audit

83Kprompting-reasoning

Whole-repo audit for over-engineering. Like ponytail-review, but scans the entire codebase instead of a diff: a ranked list of what to delete, simplify, or replace with stdlib/native equivalents. Use when the user says "audit this codebase", "audit for over-engineering", "what can I delete from this repo", "find bloat", "ponytail-audit", or "/ponytail-audit". One-shot report, does not apply fixes.

dietrichgebert avatardietrichgebert
獲取
interview-me

interview-me

78Kprompting-reasoning

Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent. Use when an ask is underspecified ("build me X" without "for whom" or "why now"), when the user explicitly invokes ("interview me", "grill me", "are we sure?", "stress-test my thinking"), or when you catch yourself silently filling in ambiguous requirements before any plan, spec, or code exists.

addyosmani avataraddyosmani
獲取