Best for
- **Use when:** - The auditor integration tests assert PASS verdict on a canonical input **Triggers:** "known-good fixture", "auditor PASS smoke", "skill audit regression" **Not ideal for:** - Real-world use (this is a te…
boshu2/agentops/tests/fixtures/skills/known-good/SKILL.md
Test fixture skill that satisfies all 15 auditor checks (Pass 1 + Pass 2). **Use when:** - The auditor integration tests assert PASS verdict on a canonical input **Triggers:** "known-good fixture", "auditor PASS smoke", "skill audit regression" **Not ideal for:** - Real-world use (this is a test fixture)
Decision brief
A minimal but complete SKILL.md that satisfies all 15 auditor checks. Used by tests/integration/testskillauditor.bats to confirm the auditor returns PASS or WARN on conforming input.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/boshu2/agentops --skill "tests/fixtures/skills/known-good"Inspect the Agent Skill "known-good" from https://github.com/boshu2/agentops/blob/c0f78fddd95ab30f8adadc5e513e27064980a529/tests/fixtures/skills/known-good/SKILL.md at commit c0f78fddd95ab30f8adadc5e513e27064980a529. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Read the fixture, parse frontmatter.
Read the fixture, parse frontmatter.
Run all 8 Pass-2 checks.
Aggregate via max-severity rule.
Permission review
The documentation asks the agent to run terminal commands or scripts.
bash skills/skill-builder/scripts/audit.sh tests/fixtures/skills/known-goodEvidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 85/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 416 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
A minimal but complete SKILL.md that satisfies all 15 auditor checks. Used by tests/integration/test_skill_auditor.bats to confirm the auditor returns PASS or WARN on conforming input.
description: | block scalar with explicit Triggers and Use-when markers. Why: exercises description-has-triggers form (a) AND form (b) simultaneously.## ⚠️ Critical Constraints section appears before any other H2. Why: tests constraints-frontloaded heuristic.**Why:** <reason>. Why: tests rationale-present heuristic.Read the fixture, parse frontmatter.
Checkpoint: frontmatter has name, description, metadata.tier.
Run all 8 Pass-2 checks.
Checkpoint: all 8 checks return pass or n/a.
Aggregate via max-severity rule.
Checkpoint: verdict is PASS (no warns, no fails).
Format: stdout marker known-good confirming the fixture loaded cleanly.
Filename: none — runtime fixture only.
Exit code: 0.
# Run auditor against this fixture; expect exit 0 and verdict PASS or WARN
bash skills/skill-builder/scripts/audit.sh tests/fixtures/skills/known-good
| Problem | Cause | Solution |
|---|---|---|
| Auditor returns FAIL | Fixture drifted from canonical shape | Restore from git; do not edit without updating tests |
Alternatives
alirezarezvani/claude-skills
App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist
dotnet/skills
Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", set OutputType=Exe only for test projects in Directory.Build.props, or mentions EnableMSTestRunner, EnableNUnitRunner, or UseMicrosoftTestingPlatformRunner. USE FOR: MTP behavioral differences vs VSTest (exit code 8, zero tests discovered, --ignore-exit-code, TESTINGPLATFORM_EXITCODE_IGNORE); centralizing
dotnet/skills
Guidance for configuring dependency injection in .NET MAUI apps — service registration in MauiProgram.cs, lifetime selection (Singleton / Transient / Scoped), constructor injection, Shell navigation auto-resolution, platform-specific registrations, and testability patterns. USE FOR: "dependency injection", "DI setup", "AddSingleton", "AddTransient", "AddScoped", "service registration", "constructor injection", "IServiceProvider", "MauiProgram DI", "register services", "BindingContext injection".
davepoon/buildwithclaude
Automate CircleCI tasks via Rube MCP (Composio): trigger pipelines, monitor workflows/jobs, retrieve artifacts and test metadata. Always search tools first for current schemas.