From legacy-knowledge
Update knowledge documents for target audience. Adjusts depth, adds context, and maintains documents as living documentation.
npx claudepluginhub t-hasuike/clysis --plugin legacy-knowledgeThis skill uses the workspace's default tool permissions.
> This is a generic skill from [CLysis](https://github.com/t-hasuike/CLysis).
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Performs token-optimized structural code search using tree-sitter AST parsing to discover symbols, outline files, and unfold code without reading full files.
This is a generic skill from CLysis. Terminology can be customized via
config/terminology.md.
Update existing knowledge documents to match the needs of a specific audience. Maintains documents as living documentation by comparing current code state against documented state and updating accordingly.
/current-prd produces new findings that need to be integrated| Audience | Depth | Focus |
|---|---|---|
developer | Deep (code-level) | Implementation details, API contracts, database schemas, gotchas |
pm | Medium (feature-level) | Business rules, user flows, feature boundaries, constraints |
onboarding | Progressive (guided) | Start with overview, link to details. "Read this first" ordering |
Based on target audience, adjust:
[NEEDS VERIFICATION]knowledge/ files directly (this skill is authorized to modify knowledge/)Strict F002 compliance: Leader does not personally update knowledge/. Delegate execution to workers.
Clear, professional reporting with business etiquette. Clearly state OK/NG, explicitly state what is unclear.
| Existing Skill | Relationship |
|---|---|
/current-spec | Provides bulk findings that doc-update integrates |
/doc-organize | Handles reports/ → knowledge/ promotion. doc-update handles knowledge/ maintenance |
/doc-check | Diagnoses issues. doc-update executes fixes |
| Type | Content | Required |
|---|---|---|
| Target audience | developer, pm, or onboarding | Required |
| Scope | File path or directory within knowledge/ | Optional (default: all knowledge/) |
| Type | Format | Destination |
|---|---|---|
| Updated documents | Markdown (in-place update) | knowledge/ (direct modification) |
| Change report | Markdown (diff summary) | stdout (session report) |
| Skill | Condition |
|---|---|
/doc-check | Post-update integrity verification |