원클릭으로
filter-docs
AI-assisted filtering to identify and remove non-useful documentation files. Generates review manifests and applies deletion lists.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
AI-assisted filtering to identify and remove non-useful documentation files. Generates review manifests and applies deletion lists.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Download documentation from GitHub repos or URLs. Supports manifest-based batch downloads with configurable exclude patterns.
Local Microsoft Agent Framework documentation reference. Use when asked about Microsoft Agent Framework, building AI agents in .NET or Python, MCP servers/clients, durable agents, agent tools, Teams/WebChat adapters, or agent-to-agent communication.
Generate documentation skills for AI agents from downloaded docs. Use after /build-my-context7 to create skills.
Local LangChain AI documentation reference. Use when asked about LangChain, LangGraph, agents, chains, prompts, memory, tools, retrieval, RAG, vector stores, document loaders, or building LLM applications.
Local Next.js documentation reference (canary branch). Use when asked about Next.js features, App Router, Server Components, routing, data fetching, rendering, caching, styling, optimizations, configuration, or Next.js APIs.
Local Prisma documentation reference. Use when asked about Prisma ORM, Prisma Client, Prisma Schema, migrations, database queries, Prisma Accelerate, or Prisma Postgres.
SOC 직업 분류 기준
| name | filter-docs |
| description | AI-assisted filtering to identify and remove non-useful documentation files. Generates review manifests and applies deletion lists. |
| user-invocable | false |
AI-assisted documentation filtering to keep only files useful for developers.
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}
Run the filter script to create output/{manifest}/._review.json containing:
Read the review JSON and evaluate each file against these criteria:
KEEP - Files that help developers USE the library:
DELETE - Files NOT useful for using the library:
Write paths of files to delete to output/{manifest}/._delete.txt:
# are ignored as commentsExample:
# Internal docs
internal/architecture.md
internal/roadmap.md
# Marketing
landing-page.md
Run the filter script again. It will:
._delete.txt._delete.txt file| File | Purpose |
|---|---|
._review.json | File metadata and previews for AI review |
._delete.txt | List of files to delete (you create this) |