filter-docs

AI-assisted documentation filtering to keep only files useful for developers.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "filter-docs" with this command: npx skills add jokejason/local-context7/jokejason-local-context7-filter-docs

Filter Docs

AI-assisted documentation filtering to keep only files useful for developers.

Quick Start

Generate review file for a manifest:

.claude/skills/filter-docs/scripts/filter-docs.sh {manifest-name}

Apply deletions (after creating ._delete.txt ):

.claude/skills/filter-docs/scripts/filter-docs.sh {manifest-name}

Workflow

Step 1: Generate Review

Run the filter script to create output/{manifest}/._review.json containing:

  • File paths and names

  • File sizes and line counts

  • First 10 lines as preview

Step 2: AI Evaluation

Read the review JSON and evaluate each file against these criteria:

KEEP - Files that help developers USE the library:

  • API reference documentation

  • Usage guides and tutorials

  • Configuration and setup docs

  • Code examples and patterns

  • Integration guides

  • Troubleshooting guides

DELETE - Files NOT useful for using the library:

  • Internal development docs

  • Contribution guidelines (CONTRIBUTING.md)

  • Release notes and changelogs

  • Meeting notes, RFCs, proposals

  • Marketing and landing pages

  • Duplicate or stub files

  • Auto-generated index files with no content

  • License files (already excluded by default)

Step 3: Create Delete List

Write paths of files to delete to output/{manifest}/._delete.txt :

  • One relative path per line (relative to output/{manifest}/)

  • Lines starting with # are ignored as comments

Example:

Internal docs

internal/architecture.md internal/roadmap.md

Marketing

landing-page.md

Step 4: Apply Deletions

Run the filter script again. It will:

  • Delete all files listed in ._delete.txt

  • Remove empty directories

  • Delete the ._delete.txt file

Output Files

File Purpose

._review.json

File metadata and previews for AI review

._delete.txt

List of files to delete (you create this)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

build-my-context7

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

generate-agent-skills

No summary provided by upstream source.

Repository SourceNeeds Review
General

download-docs

No summary provided by upstream source.

Repository SourceNeeds Review