From llmwiki
Generate structured documents on a specified theme based on knowledge in .llmwiki/.
How this skill is triggered — by the user, by Claude, or both
Slash command
/llmwiki:docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate structured documents on a specified theme based on knowledge in .llmwiki/.
Generate structured documents on a specified theme based on knowledge in .llmwiki/.
/llmwiki:docs <theme or question>
Examples:
/llmwiki:docs Production environment architecture overview/llmwiki:docs ECS service deployment procedure/llmwiki:docs Onboarding materials.llmwiki/index.xmlAmong the target entities:
Proceed to generation only if the user instructs to continue.
Read all wiki pages of target entities and generate a document with the following structure:
# <Theme>
Generated: YYYY-MM-DD
Sources: N llmwiki entities
## Overview
(Self-contained explanation of the overall picture of the theme)
## Components
(Structural explanation of related entities. Integrates each entity's Overview)
## Relationships
(Explains dependencies and interactions between entities)
## Notes
(Included when "needs review" flags or stale information exists)
## References
(List of llmwiki entities used)
Present the generated document to the user. If the user wishes to save it, write it to the specified path.
Append an entry to .llmwiki/log.md in the following format:
## [YYYY-MM-DD] docs | <theme> (<entity count> entities)
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub ktrysmt/claude-plugins --plugin llmwiki