baka3k/dev-kit
ALWAYS activate before implementing ANY feature, plan, or fix.
source snapshot Jul 15, 2026
Open source / static snapshot
snapshot aeb5f933Explore composable workflows for investigation, planning, implementation, testing, and operations—discovered directly from the DevKit source.
Source catalog
17 / 17 skills
17 skills found
| Skill / purpose | Topics | Snapshot | Files |
|---|---|---|---|
| hi-craft ALWAYS activate before implementing ANY feature, plan, or fix. baka3k/dev-kit | Jul 15, 2026 | 1 | |
| hi-fix ALWAYS activate before fixing ANY bug, error, test failure, CI/CD issue, type error, lint, log error, UI issue, code problem. baka3k/dev-kit | Jul 15, 2026 | 5 | |
| hi-debug Debug systematically with root cause analysis before fixes. Use for bugs, test failures, unexpected behavior, performance issues, call stack tracing, multi-layer validation, log analysis, CI/CD failures, database diagnostics, system investigation. baka3k/dev-kit | Jul 15, 2026 | 13 | |
| hi-plan Plan implementations, design architectures, create technical roadmaps with detailed phases. baka3k/dev-kit | Jul 15, 2026 | 9 | |
| hi-repo-search Gather traceable evidence from repository code and project documents. Use for codebase exploration, architecture, feature tracing, dependency or impact analysis, and questions that require verified source context. baka3k/dev-kit | Jul 15, 2026 | 3 | |
| hi-explorer Fast parallel codebase explore using multiple subagents with MCP-based external research. Use for file discovery (local), web/docs lookup, GitHub repo analysis, image/UI understanding. baka3k/dev-kit | Jul 15, 2026 | 5 | |
| hi-security STRIDE + OWASP-based security audit with MCP-assisted code analysis and optional iterative auto-fix. Scans code using graph_mcp for structure discovery and mind_mcp for security policy context, then produces severity-ranked findings with fix recommendations. Supports audit-only and audit+fix modes. Use before releases, after sensitive feature additions, or for periodic compliance reviews. baka3k/dev-kit | Jul 15, 2026 | 3 | |
| hi-scenario Generate comprehensive edge cases and test scenarios by decomposing features across 12 dimensions (user types, input extremes, timing, scale, state, environment, errors, authorization, data integrity, integration, compliance, business logic). Uses mind_mcp for feature requirements context and graph_mcp for code path discovery. Use before implementation, during code review, or when planning test coverage. baka3k/dev-kit | Jul 15, 2026 | 2 | |
| hi-chrome-devtools Browser automation via Puppeteer CLI scripts with persistent sessions. Screenshots, performance, network, scraping, form automation, auth, debugging. baka3k/dev-kit | Jul 15, 2026 | 30 | |
| hi-cortex Set up and operate Cortex Harness for project code/doc ingestion, config updates, sync workflows, and MCP server lifecycle. baka3k/dev-kit | Jul 15, 2026 | 4 | |
| hi-knows Unified knowledge retrieval skill. Build traceable answers from git, MCP, and memory files. baka3k/dev-kit | Jul 15, 2026 | 5 | |
| hi-log Write log entries analyzing recent changes and session reflections. baka3k/dev-kit | Jul 15, 2026 | 2 | |
| hi-predict Five expert personas independently analyze proposed changes before implementation to catch architectural, security, performance, and UX issues early. Uses mind_mcp for project context and graph_mcp for code impact analysis. Produces GO/CAUTION/STOP verdict with consensus agreements, conflict resolutions, and risk mitigations. Use before major features, refactors, or risky changes. baka3k/dev-kit | Jul 15, 2026 | 2 | |
| hi-problem-solving Apply systematic problem-solving techniques when stuck. Use for complexity spirals, innovation blocks, recurring patterns, assumption constraints, simplification cascades, scale uncertainty. baka3k/dev-kit | Jul 15, 2026 | 8 | |
| hi-project-organization Organize project files, directories, output paths, names, and Markdown structure. Use when creating files, choosing where outputs belong, reorganizing existing assets, or standardizing a project layout. baka3k/dev-kit | Jul 15, 2026 | 4 | |
| hi-reverse Reverse Engineering C and C++ modules into validated use-case, module, and C++-to-Java migration artifact packages. Generates evidence-backed traces, sequence/class/state/activity/architecture diagrams, entry-point/interface/data/business-rule/error/concurrency catalogs, parity mappings, risks, tests, reviews, and coverage; exhaust mind_mcp and graph_mcp before Serena, and use native source tools only as a final fallback. baka3k/dev-kit | Jul 15, 2026 | 63 | |
| hi-sequential-thinking Apply step-by-step analysis for complex problems with revision capability. Use for multi-step reasoning, hypothesis verification, adaptive planning, problem decomposition, course correction. baka3k/dev-kit | Jul 15, 2026 | 14 |
baka3k/dev-kit
ALWAYS activate before implementing ANY feature, plan, or fix.
source snapshot Jul 15, 2026
baka3k/dev-kit
ALWAYS activate before fixing ANY bug, error, test failure, CI/CD issue, type error, lint, log error, UI issue, code problem.
source snapshot Jul 15, 2026
baka3k/dev-kit
Debug systematically with root cause analysis before fixes. Use for bugs, test failures, unexpected behavior, performance issues, call stack tracing, multi-layer validation, log analysis, CI/CD failures, database diagnostics, system investigation.
source snapshot Jul 15, 2026
baka3k/dev-kit
Plan implementations, design architectures, create technical roadmaps with detailed phases.
source snapshot Jul 15, 2026
baka3k/dev-kit
Gather traceable evidence from repository code and project documents. Use for codebase exploration, architecture, feature tracing, dependency or impact analysis, and questions that require verified source context.
source snapshot Jul 15, 2026
baka3k/dev-kit
Fast parallel codebase explore using multiple subagents with MCP-based external research. Use for file discovery (local), web/docs lookup, GitHub repo analysis, image/UI understanding.
source snapshot Jul 15, 2026
baka3k/dev-kit
STRIDE + OWASP-based security audit with MCP-assisted code analysis and optional iterative auto-fix. Scans code using graph_mcp for structure discovery and mind_mcp for security policy context, then produces severity-ranked findings with fix recommendations. Supports audit-only and audit+fix modes. Use before releases, after sensitive feature additions, or for periodic compliance reviews.
source snapshot Jul 15, 2026
baka3k/dev-kit
Generate comprehensive edge cases and test scenarios by decomposing features across 12 dimensions (user types, input extremes, timing, scale, state, environment, errors, authorization, data integrity, integration, compliance, business logic). Uses mind_mcp for feature requirements context and graph_mcp for code path discovery. Use before implementation, during code review, or when planning test coverage.
source snapshot Jul 15, 2026
baka3k/dev-kit
Browser automation via Puppeteer CLI scripts with persistent sessions. Screenshots, performance, network, scraping, form automation, auth, debugging.
source snapshot Jul 15, 2026
baka3k/dev-kit
Set up and operate Cortex Harness for project code/doc ingestion, config updates, sync workflows, and MCP server lifecycle.
source snapshot Jul 15, 2026
baka3k/dev-kit
Unified knowledge retrieval skill. Build traceable answers from git, MCP, and memory files.
source snapshot Jul 15, 2026
baka3k/dev-kit
Write log entries analyzing recent changes and session reflections.
source snapshot Jul 15, 2026
baka3k/dev-kit
Five expert personas independently analyze proposed changes before implementation to catch architectural, security, performance, and UX issues early. Uses mind_mcp for project context and graph_mcp for code impact analysis. Produces GO/CAUTION/STOP verdict with consensus agreements, conflict resolutions, and risk mitigations. Use before major features, refactors, or risky changes.
source snapshot Jul 15, 2026
baka3k/dev-kit
Apply systematic problem-solving techniques when stuck. Use for complexity spirals, innovation blocks, recurring patterns, assumption constraints, simplification cascades, scale uncertainty.
source snapshot Jul 15, 2026
baka3k/dev-kit
Organize project files, directories, output paths, names, and Markdown structure. Use when creating files, choosing where outputs belong, reorganizing existing assets, or standardizing a project layout.
source snapshot Jul 15, 2026
baka3k/dev-kit
Reverse Engineering C and C++ modules into validated use-case, module, and C++-to-Java migration artifact packages. Generates evidence-backed traces, sequence/class/state/activity/architecture diagrams, entry-point/interface/data/business-rule/error/concurrency catalogs, parity mappings, risks, tests, reviews, and coverage; exhaust mind_mcp and graph_mcp before Serena, and use native source tools only as a final fallback.
source snapshot Jul 15, 2026
baka3k/dev-kit
Apply step-by-step analysis for complex problems with revision capability. Use for multi-step reasoning, hypothesis verification, adaptive planning, problem decomposition, course correction.
source snapshot Jul 15, 2026