← all publishers

TheophilusChinomona

@theophiluschinomona source repo

38 published skills

  1. Browse · theophiluschinomona bundle
    Interactive browser QA using xd://browser or (optionally) the gstack browse binary for headed mode. Navigate pages, snapshot accessibility trees, interact via element refs, capture screenshots, verify page state, and hand off for CAPTCHA. Use when you need to test a page live, debug a UI bug, verify a deployment, or dogfood a user flow.
    0
    installs
  2. Skillopt · theophiluschinomona
    Benchmarks and optimizes idev skills using Microsoft SkillOpt. Use when asked to test a skill's quality, optimize a skill, benchmark skill performance, or run SkillOpt on a skill.
    0
    installs
  3. Test Map · theophiluschinomona
    DEPRECATED — Use build-check for test mapping and targeted test running. This skill is retained for backwards compatibility only; do not invoke directly.
    0
    installs
  4. Idev Init · theophiluschinomona
    Scaffolds the per-project .claude/idev/ state directory (caches, journal, lessons, config templates) for the idev plugin. Use when starting idev in a new project, when the SessionStart hook reports the state directory is missing, or when the user runs /idev:idev-init or asks to 'set up idev'.
    0
    installs
  5. File Index · theophiluschinomona
    DEPRECATED — Use smart-context for feature-to-file lookups. This skill is retained for backwards compatibility only; do not invoke directly.
    0
    installs
  6. Branch Sync · theophiluschinomona bundle
    Syncs the current feature branch with the team base branch (merge base into feature) before creating a PR, resolving merge conflicts safely with build/test verification. Use when preparing a branch for a PR, when asked to sync with or merge in the base/developer branch, when a PR shows conflicts, or before pushing a long-lived feature branch.
    0
    installs
  7. Build Check · theophiluschinomona
    Auto-detects the project's build system and runs compile/type-check after file changes, auto-fixing straightforward errors (max 3 attempts). Use after completing a multi-file feature or when asked to build or check compilation.
    0
    installs
  8. Project Map · theophiluschinomona bundle
    Generates and maintains a detailed project map (all FE/BE files with mappings) at .claude/idev/project-map/project.map.md via Python watcher scripts. Use when generating or refreshing the project map, configuring the map watcher, or when another skill needs the map as a data source.
    0
    installs
  9. Self Review · theophiluschinomona
    Code-quality checklist run on Claude's own output before reporting done: unused imports, missing error handling, naming consistency, security issues. Use after completing any code changes.
    0
    installs
  10. Browser Test · theophiluschinomona
    Code-as-action browser testing: verify UI changes and user flows by writing re-runnable Playwright scripts, capturing screenshots/console/network evidence, and producing test reports. Use when verifying a web feature in a real browser, reproducing a UI bug, smoke-testing a flow after changes, or asked to test the site / run browser tests.
    0
    installs
  11. Commit Style · theophiluschinomona
    Team commit-message conventions. Use when writing a commit message, committing or amending changes, or when asked about the project's commit format. Reads the per-project style from .claude/idev/commit-style.md.
    0
    installs
  12. DB Preflight · theophiluschinomona
    Scans DBScripts/ folder for unapplied database migrations and surfaces them before builds or at session start. Prevents 'Invalid object name' 500s caused by hand-applied DBScript migrations being missed. Use when starting a session, before building, or when a runtime DB error mentions a missing table/column.
    0
    installs
  13. Eval Harness · theophiluschinomona
    Evaluation framework for capability and regression evals with pass@k metrics. Use when asked to define evals, run evals, or check eval status.
    0
    installs
  14. Import Graph · theophiluschinomona
    DEPRECATED — Use LSP tools (lsp references, lsp definition) for dependency tracking. This skill is retained for backwards compatibility only; do not invoke directly.
    0
    installs
  15. Task Journal · theophiluschinomona
    Persistent task log across sessions: pending tasks, completed work, known issues, backlog. Use when starting a session, completing a task, hitting a blocker, or asked what is pending or in progress. Delegates session persistence to the remember plugin.
    0
    installs
  16. Tdd Workflow · theophiluschinomona
    Test-driven development workflow: write failing test, implement to pass, refactor. Use when starting a new feature or bugfix that needs tests first.
    0
    installs
  17. Auto Learning · theophiluschinomona bundle
    Instinct-based learning system that observes sessions via hooks and evolves patterns into skills/commands/agents. Use when the user asks about learned instincts, wants to analyze session patterns, sets up auto-learning or observation hooks, or runs /idev:instinct-status, /idev:instinct-export, /idev:instinct-import, or /idev:evolve.
    0
    installs
  18. Cache Refresh · theophiluschinomona
    Keeps idev skill caches fresh after source files are created, deleted, or renamed. Use after structural file changes or when the user says refresh caches.
    0
    installs
  19. Env Preflight · theophiluschinomona
    Session environment sanity check — verifies cwd is the repo root, git auth is live, DB env vars are present, and reports active sandbox constraints. Use when starting a session, when credentials may have expired, or when the environment feels stale.
    0
    installs
  20. Smart Context · theophiluschinomona bundle
    Token-optimized context loading: load the cached project index at session start, then Grep before Read, expanding only as needed. Use when starting a session, deciding what context to load, or generating/refreshing the project index. For feature-name → file-path lookups, the file-index skill answers directly from this index.
    0
    installs
  21. Test Coverage · theophiluschinomona
    Measures and reports test coverage for the project. Use when asked about coverage, before PRs, or when coverage drops.
    0
    installs
  22. Session Resume · theophiluschinomona
    Cross-session context persistence via .claude/idev/session-resume/last-session.json. Use when resuming work in a new session, or to save working context at task completion or when the user asks to save. Proactively prompts to save at natural stopping points.
    0
    installs
  23. Lessons Learned · theophiluschinomona
    Persistent memory of past mistakes, fixes, and gotchas with prevention steps. Use when starting a new feature (read prevention steps) or after fixing any bug or discovering non-obvious behavior (append a lesson). For general task tracking, use task-journal instead.
    0
    installs
  24. Pre Ship Verify · theophiluschinomona
    Migration-aware pre-ship gate — diffs the migration/schema state against code changes, runs build/type-check, and smoke-tests changed API routes against a live DB before allowing a PR. Use before opening a PR when DB-backed code changed.
    0
    installs
  25. Skill Benchmark · theophiluschinomona bundle
    Evaluates and benchmarks Agent Skill quality via static analysis and evaluation methodology. Use when assessing or reviewing skill quality, benchmarking skills, measuring skill activation accuracy, optimizing skill descriptions, or running /idev:benchmark-skills.
    0
    installs
  26. Backend Patterns · theophiluschinomona
    Scans the codebase to auto-detect backend code conventions (controllers, services, entities, DTOs, DI registration) and caches them. Use when creating or modifying backend code so new files follow existing patterns exactly.
    0
    installs
  27. Coding Standards · theophiluschinomona
    Security-focused code review standards. Use when reviewing code for security issues, or when writing code that handles user input, authentication, secrets, file uploads, or database queries.
    0
    installs
  28. Function Extract · theophiluschinomona
    Reads only the needed function from a large file (300+ lines) instead of the entire file, using grep/index line numbers. Use when one function is needed from a big file.
    0
    installs
  29. Context Switching · theophiluschinomona
    Switches between development modes (dev, review, research) by loading the appropriate context. Use when the user changes task type or asks to switch modes.
    0
    installs
  30. Frontend Patterns · theophiluschinomona
    Scans the codebase to auto-detect frontend conventions (pages, containers, components, hooks, services) and caches them. Use when creating or modifying frontend code so new files follow existing patterns exactly.
    0
    installs
  31. Strategic Compact · theophiluschinomona bundle
    Suggests manual /compact at logical task boundaries (after exploration, planning, milestones) instead of arbitrary auto-compaction. Use when the user wants automatic /compact reminders, asks about managing context size, or when deciding whether to suggest compaction at a phase boundary.
    0
    installs
  32. Codebase Explainer · theophiluschinomona bundle
    Turn a codebase into an onboarding playlist — Claude-authored analysis docs plus NotebookLM explainer videos (one overview + one per subsystem). Use when asked to explain a codebase, onboard onto a repo, make explainer/walkthrough videos of the code, or 'help me understand how this whole thing works'.
    0
    installs
  33. Auto Approve Policy · theophiluschinomona
    Caution protocol for destructive operations. Use before deleting files, dropping database objects, removing exports/public APIs, or running irreversible commands.
    0
    installs
  34. Continuous Learning · theophiluschinomona bundle
    Automatically extracts reusable patterns from sessions and saves them as learned skills. Use when asked to learn from a session, extract patterns, or review what was learned.
    0
    installs
  35. Architecture Scanner · theophiluschinomona
    DEPRECATED — Use project-map, backend-patterns, and frontend-patterns instead. This skill is retained for backwards compatibility only; do not invoke directly.
    0
    installs
  36. Feature Completeness · theophiluschinomona
    Traces a feature end-to-end (UI, hook, service, API, controller, database) to verify every link is wired. Use after completing a multi-layer feature or when asked whether a feature is fully connected.
    0
    installs
  37. Post Creation Verify · theophiluschinomona
    DEPRECATED — Use build-check for post-creation verification and registration checks. This skill is retained for backwards compatibility only; do not invoke directly.
    0
    installs
  38. API Contract Validation · theophiluschinomona
    Discovers and validates API endpoints between frontend and backend. Use after creating or modifying API endpoints, or when investigating FE-BE contract mismatches. Simplified to endpoint discovery; full contract comparison deferred to dedicated tools.
    0
    installs