Skill Extraction
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only skill coherently scans a project and writes extracted documentation or skill files, but users should review generated outputs before reusing them.
This skill appears consistent with its stated purpose and has no code or credential requirements. Before installing or running it, be comfortable with it reading the current repository and writing generated files under docs/extracted/ and ai/skills/. Review the generated skills and documentation for secrets, confidential project details, or unwanted instructions before reusing them.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Running the command can add or change documentation and skill files in the current project.
The skill is designed to create files in the repository. This is purpose-aligned, but users should expect local file changes.
Outputs to `ai/skills/` and `docs/extracted/`
Review generated files with normal version-control diffs before committing, installing, or relying on them.
Project patterns, architecture details, or unintended sensitive context could be preserved in reusable skill files.
The output can become persistent agent-consumable skill content. If extracted from private, untrusted, or overly specific project material, that content may affect future agent behavior.
Create `ai/skills/[project]-[pattern]/SKILL.md`
Run it only on intended repositories, check generated skills for secrets or project-specific confidential details, and approve them before reuse.
Users may install from a remote source whose provenance is not fully described in the registry metadata.
The README documents a remote npx/GitHub-based installation path while the registry source is listed as unknown. No runnable code is included here, so this is a provenance note rather than a behavioral concern.
npx add https://github.com/wpank/ai/tree/main/skills/extraction/pattern-extraction
Prefer the trusted registry install path or inspect the referenced repository before installing from the GitHub URL.
