FI

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.zip

Installs 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.
388 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Advanced

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

You give it
Skill gap candidate or search intent, support count, affected workflows, and source references
You get back
A candidate first-party skill package, security/evaluation reports, fixture-readiness results, and a human-review packet

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

  1. Question requirements: name the workflow owner, repeated defect, reviewer need, and authority source.
  2. Delete before optimize: reject direct installs, scripts, registry cloning, unbounded browsing, and external writes.
  3. Simplify and optimize: summarize reference patterns into deterministic feature flags.
  4. Accelerate: create a compact review packet with provenance and reports.
  5. 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_candidate or search_intent
  • support_count
  • affected_workflows
  • source_refs
  • optional reference_patterns
  • optional allow_network_reference_search

Method

  1. Restate the gap and the authority boundary.
  2. Confirm whether the request is from the control plane, evidence plane, or execution plane.
  3. Search only for reference patterns when network access is explicitly allowed.
  4. Compare at least two references when available; otherwise draft from internal doctrine only.
  5. Extract patterns such as trigger specificity, hard rules, output contracts, examples, edge cases, progressive disclosure, and feedback loops.
  6. Penalize references that rely on shell execution, install commands, external fetches, broad tool grants, or self-updating registries.
  7. Draft a new LawFirm OS skill in skills/draft.
  8. Generate tests/fixtures.jsonl.
  9. Run security scan, skill evaluator, and fixture harness.
  10. 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.

SkillInstallsUpdatedSafetyDifficulty
first-party-skill-scout (this skill)02moNo flagsAdvanced
skills-discovery16moReviewBeginner
agr04moReviewAdvanced
auto02moNo flagsAdvanced

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.

11

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

00

auto

RintaroMasaoka

Autonomously execute research cycles. Specify the cycle limit as an argument (e.g., /auto 2). Default: 5.

00

autoresearch

abhidya

Stateful validator-gated research loop with native-hook persistence

00

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

00

learn-new-things

Abilityai

Continuous learning heartbeat - autonomously researches, extracts insights, and expands knowledge base

00

Search skills

Search the agent skills registry