Browse Skills
11972 skills across 8 categories
๐
4w ago
Checkpoint
Checkpoint saves a structured state snapshot before stopping or handing off, capturing the active plan, recent decisions, file pointers with line numbers, open questions, and next actions. Use it before a break, model switch, or collaborator handoff when you need to resume quickly.
AI Engineering
1.5K2.9K
๐๏ธ
4w ago
Compress Session
Compress Session distills the current Claude Code conversation into a structured note (decisions made, open questions, file pointers, next 1โ3 actions) saved to quality_reports/session_logs/ before auto-compaction truncates context. Use when context is approaching the auto-compact threshold, after long pipelines, or when the user asks to compress or distill the session.
AI Engineering
1.5K2.9K
๐
4w ago
Context Status
Context Status displays the current session state, including context usage estimate, active plan, session log, and preservation state. Use it to check session health and whether auto-compact is approaching.
AI Engineering
1.5K2.9K
๐ง
4w ago
Learn
Learn extracts reusable knowledge from the current session into a persistent skill. Use it when you discover something non-obvious, create a workaround, or develop a multi-step workflow that future sessions would benefit from.
AI Engineering
1.5K2.9K
๐ ๏ธ
4w ago
New Skill
New Skill scaffolds a new Claude Code skill by interviewing the user for purpose, trigger phrases, arguments, and tool needs, then writes a convention-compliant SKILL.md that passes integrity gates on first try. Use when creating a new slash command or turning a repeated workflow into a skill.
AI Engineering
1.5K2.9K
๐ง
4w ago
Research Interview
Research Interview asks clarifying questions one at a time to turn a fuzzy research idea into a structured spec covering research question, hypotheses, identification, data needs, and empirical strategy. Use it when you say "interview me" or need help formalizing a half-baked research idea into a project.
AI Engineering
1.5K2.9K
๐งช
4w ago
Agent Optimization
Agent Optimization improves one Test Agent through an evidence โ hypothesis โ Candidate โ evaluation โ accept or rollback loop. It uses a frozen Benchmark, Scoreboard, and public Test Traces as black-box feedback while delegating all evaluation to an agent-evaluation subagent.
AI Engineering
1.5K149
๐ค
4w ago
AgentHub Models
AgentHub Models calls model APIs through @prismshadow/agenthub for streaming text, image generation, speech synthesis, embeddings, and the supported-model registry with one client. Use it when building AI apps that need a single TypeScript client for multiple model providers.
AI Engineering
1.5K150
๐งช
4w ago
Benchmark Design
Benchmark Design builds and calibrates a multi-Case capability benchmark for one Test Agent and establishes a traceable Formal Baseline. Use it when you need to design, pilot, and freeze a benchmark without changing the test agent.
AI Engineering
1.5K150
๐ฆ
4w ago
LlamaFactory
LlamaFactory fine-tunes open-weight LLMs (LoRA/QLoRA, full-parameter, SFT, DPO) via YAML configs and the llamafactory-cli command. Use it to register datasets, train models, merge LoRA adapters, and serve or chat with the result.
AI Engineering
1.5K150
๐ฆ
4w ago
Ollama Serving
Ollama Serving pulls and runs local models with Ollama, exposing an OpenAI-compatible endpoint on localhost:11434 for apps and agents. Use it to add a self-hosted model to PenguinHarness or any OpenAI client.
AI Engineering
1.5K150
๐
4w ago
Penguin CLI
Penguin CLI manages model API keys, default models, and per-agent vault secrets for the Penguin harness. Use it when configuring model credentials and agent secrets.
AI Engineering
1.5K150