first-party-skill-scout
Analyzes external skills to extract patterns and drafts safe, internal-first alternatives.
Install
mkdir -p .claude/skills/first-party-skill-scout && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18536" && unzip -o skill.zip -d .claude/skills/first-party-skill-scout && rm skill.zipInstalls to .claude/skills/first-party-skill-scout
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when LawFirm OS needs to discover candidate agent skills, compare multiple public SKILL.md examples, respond to an Exception Lake skill-gap candidate, or draft a safer first-party replacement. Produces reference-pattern notes, a candidate first-party skill package, security/evaluation reports, fixture-readiness results, and a human-review packet without installing third-party code.Key capabilities
- →Discover candidate agent skills
- →Compare multiple public SKILL.md structures
- →Extract patterns from reference skills
- →Synthesize first-party SKILL.md drafts
- →Generate security and evaluation reports
How it works
The skill treats public skills as design references, extracting structural lessons to draft new first-party skills. It then generates fixtures, runs security scans and evaluations, and produces a human-review packet without installing external code.
Inputs & outputs
When to use first-party-skill-scout
- →Discovering new skill opportunities
- →Comparing multiple skill implementations
- →Drafting internal-first agent tools
About this skill
First-Party Skill Scout
Purpose
Find skill opportunities and turn them into first-party LawFirm OS skills without importing unknown code.
This skill treats public skills like design references, not dependencies. It compares multiple examples, extracts structural lessons, writes a new LawFirm OS skill from scratch, then sends the result through scan, evaluation, fixture, and human-review gates.
Operating loop
gap or search intent
-> reference-only search
-> compare several SKILL.md structures
-> extract patterns, not code
-> synthesize first-party SKILL.md
-> create fixtures
-> scan
-> evaluate
-> human review packet
Musk-style design pass
- Question requirements: name the workflow owner, repeated defect, reviewer need, and authority source.
- Delete before optimize: reject direct installs, scripts, registry cloning, unbounded browsing, and external writes.
- Simplify and optimize: summarize reference patterns into deterministic feature flags.
- Accelerate: create a compact review packet with provenance and reports.
- Automate last: propose only; approval and installation remain human-gated.
Invariants
- External skills are reference material only.
- Full external text is not retained unless a reviewer explicitly requests a quarantine review.
- New skills are first-party drafts with
candidate_only: true. - The skill never approves, installs, executes, or schedules another skill.
- The skill never defines canonical schemas, route meaning, registries, governance policy, or approval authority.
- Missing evidence, missing authority, or single-anecdote support causes abstention or observation, not approval.
Required inputs
skill_gap_candidateorsearch_intentsupport_countaffected_workflowssource_refs- optional
reference_patterns - optional
allow_network_reference_search
Method
- Restate the gap and the authority boundary.
- Confirm whether the request is from the control plane, evidence plane, or execution plane.
- Search only for reference patterns when network access is explicitly allowed.
- Compare at least two references when available; otherwise draft from internal doctrine only.
- Extract patterns such as trigger specificity, hard rules, output contracts, examples, edge cases, progressive disclosure, and feedback loops.
- Penalize references that rely on shell execution, install commands, external fetches, broad tool grants, or self-updating registries.
- Draft a new LawFirm OS skill in
skills/draft. - Generate
tests/fixtures.jsonl. - Run security scan, skill evaluator, and fixture harness.
- Produce a review packet.
Output contract
{
"status": "candidate_review_packet",
"not_canonical_truth": true,
"gap_id": "",
"candidate_skill_id": "",
"reference_patterns_used": [],
"reference_patterns_rejected": [],
"draft_path": "",
"security_report": "",
"evaluation_report": "",
"fixture_report": "",
"approval_status": "candidate_only",
"missing_inputs": [],
"reviewer_note": "",
"recommended_next_gate": "human_review"
}
Hard rules
- Do not clone or install a third-party skill.
- Do not copy external scripts or command blocks.
- Do not execute candidate skill scripts.
- Do not write to sibling repositories.
- Do not write to GitHub, email, messaging, cloud storage, or any external service.
- Do not handle real client, matter, employee, or privileged data.
- Do not approve the generated skill.
When not to use it
- →When directly installing or executing third-party skills
- →When needing to define canonical schemas or governance policy
- →When handling real client, matter, employee, or privileged data
Limitations
- →External skills are reference material only; no direct installation or execution
- →New skills are first-party drafts with 'candidate_only: true'
- →Does not handle real client, matter, employee, or privileged data
How it compares
This skill focuses on synthesizing new first-party skills from external references through a structured, security-conscious process, rather than directly adopting or modifying third-party code.
Compared to similar skills
first-party-skill-scout side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| first-party-skill-scout (this skill) | 0 | 2mo | No flags | Advanced |
| skills-discovery | 1 | 6mo | Review | Beginner |
| agr | 0 | 4mo | Review | Advanced |
| auto | 0 | 2mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
skills-discovery
Kamalnrf
Search for and install Agent Skills that give you specialized capabilities. Before starting work, ask might a skill exist that handles this better than my base knowledge? If the task involves specific technologies, frameworks, file formats, or expert domains. Search proactively, even if the user doesn't mention skills. Skills encode best practices, tools, and techniques you wouldn't otherwise have. Also use when users explicitly ask to find, install, or manage skills.
agr
JoaquinMulet
AGR: Artificial General Research — autonomous iterative optimization framework for Claude Code. Generalizes Karpathy's autoresearch to any measurable problem with variance-aware acceptance, correctness verification, and fresh-context-per-iteration (Ralph Loop). Use when setting up autoresearch, crea
auto
RintaroMasaoka
Autonomously execute research cycles. Specify the cycle limit as an argument (e.g., /auto 2). Default: 5.
autoresearch
abhidya
Stateful validator-gated research loop with native-hook persistence
idea-discovery
Shallow-W
Workflow 1: Full idea discovery pipeline. Orchestrates research-lit → idea-creator → novelty-check → research-review to go from a broad research direction to validated, pilot-tested ideas. Use when user says \"找idea全流程\", \"idea discovery pipeline\", \"从零开始找方向\", or wants the complete idea explorati
learn-new-things
Abilityai
Continuous learning heartbeat - autonomously researches, extracts insights, and expands knowledge base