← all publishers

bingooyong

@bingooyong source repo

16 published skills

  1. Hooks Designer · bingooyong
    Design agent hooks: identify hook-worthy moments, define trigger timing, actions, failure handling, and rollback. Use when (1) deciding if a workflow step should be a hook vs inline logic, (2) designing pre/post tool hooks, (3) defining failure strategies and fallback behavior, (4) auditing existing hooks for correctness. Distinguishes hook-worthy capabilities from non-hook capabilities.
    0
    installs
  2. Project Docs Governance · bingooyong bundle
    Enterprise project documentation governance: plan, generate, complete and maintain a full documentation system. Use when (1) auditing or generating project docs (README, design, deployment, API, runbook, ADR, etc.), (2) aligning docs with Memory ROOT and existing context, (3) identifying doc gaps and inconsistencies, (4) incremental doc updates and cross-reference sync, (5) enforcing doc quality and reader-specific depth. Prioritizes Memory ROOT as single source of truth; avoids duplicate or conflicting content.
    0
    installs
  3. Memory Governance · bingooyong
    Govern AI agent memory files: classify, deduplicate, validate, and curate what goes into long-term memory. Use when (1) deciding if a preference or pattern should be saved to memory, (2) auditing memory for stale or conflicting entries, (3) deduplicating overlapping memories, (4) enforcing memory hygiene rules. Prevents memory bloat and ensures only stable, verified, reusable knowledge persists.
    0
    installs
  4. API Design Reviewer · bingooyong
    Review API designs for consistency, backward compatibility, security, and extensibility. Use when (1) designing new API endpoints or interfaces, (2) reviewing existing API changes for breaking changes, (3) establishing API design standards, (4) auditing API surface for security and evolution readiness. Outputs structured review findings with severity and recommendations.
    0
    installs
  5. Dependency Analyzer · bingooyong
    Analyze dependency graphs to identify circular dependencies, outdated packages, security vulnerabilities, and coupling hotspots. Use when (1) auditing project dependency health, (2) investigating build failures caused by dependency conflicts, (3) planning dependency upgrades with impact assessment, (4) visualizing module coupling. Outputs structured dependency reports with actionable recommendations.
    0
    installs
  6. Refactoring Planner · bingooyong
    Analyze code smells, generate refactoring plans with impact assessment and risk evaluation. Use when (1) identifying code smells and technical debt hotspots, (2) planning safe refactoring sequences with dependency awareness, (3) estimating refactoring scope and risk, (4) creating step-by-step refactoring checklists. Outputs prioritized refactoring plans with rollback strategies.
    0
    installs
  7. Agents Md Maintainer · bingooyong
    Maintain AGENTS.md as the stable, repo-level rule file for AI agents. Use when (1) adding or updating project constraints, build commands, test commands, or collaboration rules, (2) auditing AGENTS.md for stale or misplaced content, (3) ensuring only durable rules live in AGENTS.md while ephemeral context stays elsewhere. Prevents polluting AGENTS.md with temporary session context.
    0
    installs
  8. Code Review Checklist · bingooyong
    Generate structured code review checklists tailored by language, framework, and change type. Use when (1) preparing for a code review and needing a systematic checklist, (2) reviewing PRs for specific concern areas like security, performance, or maintainability, (3) establishing team-level review standards. Outputs categorized checklist items with severity and rationale.
    0
    installs
  9. Error Pattern Library · bingooyong
    Build and query a library of common error patterns and proven solutions. Use when (1) encountering an error and searching for known patterns, (2) recording a newly solved error for future reuse, (3) auditing error patterns for recurrence and coverage, (4) generating troubleshooting guides from accumulated patterns. Supports search by error signature, technology, or context.
    0
    installs
  10. Project Doc Generator · bingooyong
    Generate and maintain project documentation systems from structured inputs. Use when (1) creating documentation from spec/requirements/design/tasks, (2) planning doc dependency order and generation sequence, (3) incremental doc updates with consistency checks, (4) generating docs with correct depth for target audience. Focuses on dependency-aware, incremental, audience-appropriate documentation.
    0
    installs
  11. Test Strategy Designer · bingooyong
    Analyze code changes and design targeted test strategies covering impact scope, test types, and priority. Use when (1) determining what tests are needed after code changes, (2) designing test plans for new features or bug fixes, (3) estimating test effort and coverage gaps, (4) selecting appropriate test types. Outputs actionable test strategies with priority and scope.
    0
    installs
  12. Knowledge Card Splitter · bingooyong bundle
    Split a large JSON LLM Wiki card set into multiple small JSON files for AI task-driven context loading. Use when (1) splitting cards.json by module/feature/type, (2) reducing AI context window load, (3) user mentions 'split cards', 'card splitter', 'chunk cards', or 'task-driven loading'. Outputs per-module, per-feature, per-type JSON files with preserved dependencies and a manifest.
    0
    installs
  13. Knowledge Consolidation · bingooyong
    Review completed work and consolidate learnings into long-term knowledge artifacts. Use when (1) a task or session is finishing and you want to capture durable insights, (2) deciding what belongs in AGENTS.md vs memory vs project docs, (3) surfacing reusable patterns from one-off work, (4) generating concrete update patches for knowledge files. Outputs prioritized suggestions with exact file locations and diffs.
    0
    installs
  14. Commit Message Craftsman · bingooyong
    Generate well-structured commit messages from staged changes. Use when (1) crafting commit messages that follow Conventional Commits or team-specific formats, (2) summarizing complex multi-file changes, (3) ensuring commit history is searchable, (4) splitting large changes into logical commits. Outputs commit messages with type, scope, and body based on actual diffs.
    0
    installs
  15. Knowledge Card Generator · bingooyong bundle
    Convert Markdown knowledge base files into structured JSON + YAML LLM Wiki card sets. Use when (1) transforming module/feature/process/rule docs into machine-readable cards, (2) building LLM-consumable knowledge bases from Markdown, (3) generating dependency-linked card sets for Codex or Vibecoding AI, (4) user mentions 'knowledge card', 'wiki card', 'card set', or 'MD to JSON/YAML'. Outputs dual-format card collections with cross-references and index definitions.
    0
    installs
  16. Onboarding Guide Generator · bingooyong
    Generate onboarding guides for new team members from project structure, configuration, and conventions. Use when (1) creating getting-started guides from project artifacts, (2) generating environment setup instructions, (3) documenting team workflows and toolchain, (4) keeping onboarding docs in sync. Outputs structured onboarding documents with prerequisites, setup steps, and common tasks.
    0
    installs