一键导入
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 页面并帮你完成安装。
基于 SOC 职业分类
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.
| 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) |