Transform hub-guide from a single-skill Hub monorepo guide into a comprehensive programming best-practice plugin covering all situations. Skills (26): - Core: engineering-principles, clean-code, clean-architecture, design-patterns, testing, error-handling, security, api-design, git-workflow, documentation, logging-observability, performance - Languages: typescript, python, rust, go - Frameworks: react-frontend, elysiajs, hono-backend, drizzle-database, nextjs - Infrastructure: docker, ci-cd, monitoring - Monorepo: monorepo, hub-guide (existing) Hooks: - SessionStart: auto-detect project type and activate relevant skills - PreToolUse (Write|Edit): inject language-specific rules per file type Reference files for deep dives: - clean-architecture/references/solid.md (SOLID + component principles) - design-patterns/references/catalog.md (full GoF catalog with examples) - testing/references/mocks.md (test double taxonomy) Restructure plugin to modern skills/ directory format.
12 lines
437 B
JSON
12 lines
437 B
JSON
{
|
|
"name": "hub-guide",
|
|
"version": "0.2.0",
|
|
"description": "Comprehensive programming best-practice guide for all situations — monorepo, standalone, all languages and frameworks",
|
|
"author": {
|
|
"name": "Asep Haryana Saputra",
|
|
"email": "asepharyana@users.noreply.github.com"
|
|
},
|
|
"hooks": "./hooks/hooks.json",
|
|
"keywords": ["best-practice", "clean-code", "engineering-guide", "programming-standards", "architecture"]
|
|
}
|