Lists and filters documentation files by type, status, tags, and date range with frontmatter parsing
Scans directories for README.md files and parses YAML frontmatter to filter documentation by type, status, tags, or date range. Use when you need to find specific docs or generate reports about documentation inventory.
/plugin marketplace add fractary/claude-plugins/plugin install fractary-docs@fractaryThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/list-docs.shArchitecture: Operation-specific skill (Layer 3) </CONTEXT>
<CRITICAL_RULES>
Optional filters:
doc_type - Filter by fractary_doc_typestatus - Filter by status (draft, published, deprecated)tags - Filter by tags (array)date_range - Filter by created/updated dates
</INPUTS>
Parse Frontmatter
Apply Filters
Return List
{
"total": 42,
"filtered": 15,
"documents": [
{
"path": "docs/api/auth/login/README.md",
"title": "Login Endpoint",
"doc_type": "api",
"status": "published",
"version": "1.2.0",
"updated": "2025-01-15"
}
]
}
</WORKFLOW>Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.