unknown-patterns
Original:🇺🇸 English
Translated
Learn unfamiliar implementation patterns and fill in missing pieces when building features in a specific environment (e.g., data fetching in a particular runtime). Use when you need to discover or confirm patterns for an unimplemented area; implementation uses erudita and osgrep.
13installs
Sourceposva/erudita
Added on
NPX Install
npx skill4agent add posva/erudita unknown-patternsTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Erudita Patterns
Workflow
- Install docs into the project:
erudita install <package...> - Install from config: (uses
erudita install --mode copyand prunes stale entries)erudita.json
Search
- Semantic search across installed docs:
osgrep search "keywords" .erudita
Tips
- Use to cache docs for project dependencies.
erudita fetch --deps <dev|prod|all> - Use to control
erudita install --mode <link|copy>install mode..erudita/