All authors
Miosa-osa avatar

Claude Skills by Miosa-osa

github.com/Miosa-osa
125 skillsA× 1256 installs110 views
Create AgentA

> Define a new specialist agent with role, capabilities, triggers, and routing rules.

developmentbashreact
0
221
Create OperationA

> Define a new operation (a packaged workflow with agents, skills, and deliverables).

businessgobash
0
221
List OperationsA

> List all defined operations with their status, agents, and deliverables.

businessgobash
0
221
ValidateA

> Validate agent definitions, skill files, and operation configs for correctness.

testingbash
0
221
Eval RagA

Evaluate retrieval and generation quality in RAG pipelines. Separate scoring for retrieval (recall, precision, MRR) and generation (faithfulness, relevance, completeness). End-to-end pipeline assessment with bottleneck identification. Triggers on: "eval rag", "rag evaluation", "retrieval evaluation", "rag quality", "rag metrics"

ai-agentsgobash
0
221
Judge PromptA

Design binary pass/fail LLM-as-Judge evaluators. Structured prompt engineering for evaluation: criteria definition, rubric construction, few-shot calibration, and bias mitigation. Produces a ready-to-deploy judge prompt with scoring instructions. Triggers on: "judge prompt", "llm judge", "evaluator prompt", "scoring prompt", "grading rubric"

code-qualitygobash
0
221
LatsA

Language Agent Tree Search - Monte Carlo planning - 92.7% on HumanEval

developmentpythongo
0
221
Learning EngineA

Self-learning system based on SICA, VIGIL, and Mem0 patterns. Auto-triggers after task completion. Captures patterns, consolidates memory, generates skills, recovers from errors.

developmenttypescriptpython
0
221
Meta PromptingA

Self-improving prompts through meta-level optimization

ai-agentsgo
0
221
Prompt Cache OptimizerA

Optimize token usage through prompt caching and compression

ai-agents
0
221
React PatternA

Thought-Action-Observation loop for transparent reasoning

toolsgobash
0
221
ReflectionA

Self-correction via critique loop - 18.5 percentage point improvement

testinggosecurity
0
221
Self ConsistencyA

Sample multiple paths, select most consistent - +17.9% on GSM8K

developmentpythongo
0
221
Skeleton Of ThoughtA

Parallel generation through skeleton-first approach for 2x speedup

developmentpythonperformance
0
221
Synthetic DataA

Generate diverse synthetic test inputs via dimension-based tuple generation. Defines variation dimensions, enumerates combinations, filters for relevance, and produces labeled test cases. For LLM eval pipelines, training data augmentation, and stress testing. Triggers on: "synthetic data", "generate test data", "test inputs", "data generation", "augment data"

databashexpress
0
221
Tree Of ThoughtsA

Multi-path reasoning with evaluation and backtracking - 74% success on complex tasks

code-qualitygonode
0
221
Validate EvaluatorA

Calibrate LLM-as-Judge evaluators against human labels. Computes TPR, TNR, precision, recall, F1, and Cohen's kappa. Detects systematic biases and recommends prompt corrections. Produces a calibration report with confidence intervals. Triggers on: "validate evaluator", "calibrate judge", "judge accuracy", "evaluator validation", "judge metrics"

datarustgo
0
221
AuditA

Multi-domain audit with weighted scoring. Spawns parallel subagents per audit domain. Each check has severity weight and category weight. Produces a quantified health score (0-100) with prioritized findings. Supports security, code quality, performance, compliance, and custom domains. Triggers on: "audit", "assess", "evaluate quality", "score"

toolsgobash
0
221
Error AnalysisA

Guided analysis of LLM traces to categorize and pattern-match failures. Reads execution traces, classifies failure modes, detects recurring patterns, and produces actionable taxonomy of errors. For diagnosing why an LLM system fails and where to focus improvement effort. Triggers on: "error analysis", "analyze failures", "failure patterns", "trace analysis", "debug eval"

code-qualitygobash
0
221
Eval AuditA

Audit an LLM evaluation pipeline for correctness, coverage, and reliability. 6 diagnostic areas with structured Check/Finding output. Produces prioritized findings by severity and recommends next skills to run. Catches common eval pitfalls before they corrupt your metrics. Triggers on: "eval audit", "audit evals", "evaluation audit", "check eval pipeline", "eval health"

datagobash
0
221
GraphA

9 graph analysis operations for knowledge networks: triangles (synthesis opportunities), bridges (critical connectors), clusters (isolated subgraphs), hubs (high-degree nodes), siblings (unconnected items sharing topics), forward/backward traversal, orphans, and staleness scan. The analytical lens on your knowledge structure. Triggers on: "graph", "connections", "network analysis", "knowledge map"

businessgobash
0
221
HealthA

Workspace health diagnostics. Runs targeted checks against the knowledge base: orphaned content, stale signals, missing cross-references, index drift, duplicate detection, broken references, embedding coverage, and quality distribution. Color-coded severity output. Triggers on: "health", "diagnose", "check health", "knowledge base status"

toolsgobash
0
221
StatsA

Workspace metrics dashboard. Tracks growth rate, connection density, pipeline throughput, health score trends, budget consumption, and agent utilization over time. Includes trend detection for spotting degradation or acceleration. Triggers on: "stats", "metrics", "dashboard", "workspace numbers"

toolsgobash
0
221
EditA

> Revise existing content for clarity, accuracy, and signal-to-noise ratio.

code-qualitybash
0
221
SlidesA

Create animation-rich HTML presentations from scratch or convert PowerPoint. Progressive disclosure pipeline: content discovery, style discovery, generation. Zero-dependency single HTML file output. Anti-AI-slop guardrails for natural, professional presentations. Triggers on: "slides", "presentation", "slide deck", "create slides", "convert pptx", "html presentation"

designjavascriptgo
0
221
SummarizeA

> Compress content to a target length while preserving key signal.

code-qualitybash
0
221
TranslateA

> Convert content between genres while preserving the core signal.

toolsbash
0
221
WriteA

> Generate content in the correct genre for the target receiver.

businessbash
0
221
BoardA

Visual task management dashboard. Terminal-based kanban board, tiled agent status view, and progress tracking. Shows all agents, their current tasks, budget consumption, and overall workspace health at a glance. Triggers on: "board", "dashboard", "kanban", "status board", "show agents"

businessbash
0
221
CheckoutA

Atomic task locking. Ensures only one agent works on a task at a time. Returns 409 Conflict if already locked. Auto-releases on agent death or timeout. Prevents double-work and wasted compute in multi-agent systems. Triggers on: "checkout", "lock task", "claim task", "reserve"

ai-agentsbash
0
221
DelegateA

Assign work to a specific workspace agent or external runtime. Picks the right adapter (Claude for reasoning, Codex for bulk changes, Gemini for multimodal). Creates tasks with parent chain tracking for full delegation lineage. Triggers on: "delegate", "assign", "hand off", "send to agent"

businessbashapi
0
221
HeartbeatA

Agent wake-up and health monitoring protocol. 9-step startup cycle that grounds the agent in identity, fetches tasks, selects work, and begins execution. Also serves as a periodic health check — detect stalled or dead agents. Scheduled or event-triggered. Triggers on: "heartbeat", "wake up", "agent health", "check agents"

businessgobash
0
221
InboxA

Point-to-point messaging between agents. Send, broadcast, receive, and peek at messages. File-based implementation using JSON in inbox directories with atomic writes. Includes event log for full message history. The communication backbone. Triggers on: "inbox", "message", "send to", "broadcast", "check messages"

businessbashdebugging
0
221
PayA

Authorize agent payments via Machine Payments Protocol (MPP). Handles microtransactions, API purchases, service subscriptions within budget governance. Triggered by pay, purchase, buy, transaction, payment, MPP, commerce.

datagobash
0
221
SpawnA

Launch a specialized agent for a subtask. Assigns identity, workspace scope, available commands, and communication protocol. Supports tmux-based (visual) or subprocess (headless) execution backends. The primary way to parallelize work. Triggers on: "spawn", "launch agent", "start worker", "parallelize"

businessbashnode
0
221
AutoresearchA

Autonomous iterative improvement loop. Agent modifies code, verifies against metrics, keeps improvements or reverts failures, and repeats. Uses git as memory — each change is committed, measured, and kept or discarded. Runs until a target metric is hit or max iterations reached. Triggers on: "autoresearch", "auto improve", "iterative improvement", "autonomous loop", "hill climb"

toolsgobash
0
221
BuildA

> Detect project type, compile, and report errors with actionable fixes.

code-qualityrustgo
0
221
Cli AnythingA

Transform any GUI application into an agent-controllable CLI. 7-phase pipeline: analyze the GUI, design CLI commands, implement adapters, plan tests, write tests, document, and publish. Produces a standalone CLI tool that wraps GUI functionality for automation. Triggers on: "cli anything", "gui to cli", "make cli", "wrap gui", "automate application"

documentationtypescriptpython
0
221
CommitA

> Stage changes, generate a meaningful commit message, and commit.

code-qualitybashgit
0
221
Create PrA

> Create a pull request with summary, test plan, and proper labeling.

code-qualitybashgit
0
221
Create SpecA

Guided spec creation through 9 phases from discovery to testing strategy. Supports spec types: library, feature, change. Produces a complete specification document with requirements, architecture, constraints, and YAML test data. Interactive or autonomous modes. Triggers on: "create spec", "write spec", "spec out", "specification", "design document"

documentationgobash
0
221
DebugA

> Systematic bug investigation: reproduce, isolate, hypothesize, fix, verify, prevent.

testingbashdebugging
0
221
DeployA

> Build, validate, and deploy to target environment.

devopsbashdocker
0
221
LintA

> Run linters and formatters, report issues, auto-fix where possible.

developmenttypescriptpython
0
221
RefactorA

> Restructure code for clarity and maintainability without changing behavior.

code-qualitybashrefactoring
0
221
ReviewA

> Thorough code review across correctness, security, performance, and maintainability.

code-qualitygobash
0
221
TddA

Enforces Test-Driven Development discipline with RED-GREEN-REFACTOR cycle

testingjavascripttypescript
0
221
TestA

> Run test suite, report coverage, flag failures with diagnostics.

testinggobash
0
221
ApproveA

Human-in-the-loop approval gates. Creates approval requests for high-stakes actions like hiring agents, strategy proposals, or budget overrides. Tracks states from pending through approved/rejected/revision_requested. Blocks execution until resolved. Triggers on: "approve", "approval", "review request", "sign off"

businessbash
0
221
BudgetA

3-tier budget enforcement for AI agent workspaces. Visibility dashboards (always on), soft alerts at 80% threshold, hard ceilings at 100% that auto-pause agents. Tracks per-agent, per-task, and per-project costs in both tokens and dollars. Triggers on: "budget", "cost", "spending", "token usage", "billing"

ai-agentsbash
0
221