← all publishers

AnaCataVC

@anacatavc source repo

24 published skills

  1. Ami Debug Issue · anacatavc
    Must be triggered whenever the user asks to solve a problem, fix a bug, or debug an issue. Performs an organized debugging process, systematically isolating the root cause without assumptions, and concludes by writing tests and documentation to prevent regressions.
    0
    installs
  2. Ami Manage Docs · anacatavc
    Comprehensive documentation and knowledge manager. Architects new documentation, synchronizes wikis with code diffs, and audits knowledge bases to prune obsolete learnings and ephemeral files.
    0
    installs
  3. Ami Tag Release · anacatavc
    Must be triggered before any release or version bump. Analyzes git commits since the last tag and determines the next semantic version. Handles stable, QA, and RC tags.
    0
    installs
  4. Ami Create Tests · anacatavc
    Must be triggered when new functionality is added and no existing tests cover the changes. Automatically generates tests for modified code.
    0
    installs
  5. Ami Optimize SQL · anacatavc
    Write, translate, and optimize high-performance SQL queries across major database engines. Diagnoses execution anti-patterns, recommends indexing strategies, and refactors complex joins into clean CTEs.
    0
    installs
  6. Ami Plan Commits · anacatavc
    Analyzes the working tree for uncommitted work, proposes a structured set of commits, waits for user approval, and executes them.
    0
    installs
  7. Ami Plan Feature · anacatavc
    Feature planning and orchestration workflow. Takes a raw idea, investigates external context and internal codebase, drafts a comprehensive implementation plan, and orchestrates execution.
    0
    installs
  8. Ami Profile Data · anacatavc
    Perform exploratory data analysis (EDA) and data quality auditing on datasets and DataFrames. Quantifies null distributions, identifies anomalies, and reviews methodologies for bias and statistical validity.
    0
    installs
  9. Ami Audit Quality · anacatavc
    Performs a deep code quality, security, and structure audit on modified files.
    0
    installs
  10. Ami Draft Release · anacatavc
    Must be triggered before publishing any GitHub release. Analyzes git commits to automatically draft comprehensive bilingual release notes (English and Spanish) grouped by feature, bug fix, and maintenance.
    0
    installs
  11. Ami Validate Data · anacatavc
    Validates structural consistency between code changes and data definitions (DB connections, queries).
    0
    installs
  12. Ami Review Peer Pr · anacatavc
    Use ONLY when reviewing Pull Requests authored by OTHER PEOPLE (peer review). It focuses on generating code review observations with criticality levels and drafting review comments for teammates. If reviewing your OWN Pull Request or branch to apply local fixes before publishing, use ami-review-self-pr instead.
    0
    installs
  13. Ami Review Self Pr · anacatavc
    Use ONLY when reviewing YOUR OWN Pull Requests, local branches, or work-in-progress code before publishing. Instead of leaving comments, it acts as a stringent Senior Engineer to proactively find flaws and apply concrete code fixes locally. If reviewing a teammate's or another person's Pull Request to leave review comments, use ami-review-peer-pr instead.
    0
    installs
  14. Ami Scan Tech Debt · anacatavc
    Analyzes the repository for technical debt, including outdated dependencies, dead code, duplication, and architectural inconsistencies. Provides a classified report based on criticality, effort, and risk.
    0
    installs
  15. Ami Build Dashboard · anacatavc
    Build high-impact interactive web dashboards and publication-quality Python data visualizations. Translates analytical datasets and KPIs into responsive visual narratives.
    0
    installs
  16. Ami Guide Next Step · anacatavc
    Project guide workflow. Use this to scan the project's health across multiple dimensions, prioritize code quality, debt, tests, and documentation, and figure out what to do next.
    0
    installs
  17. Ami Research Context · anacatavc
    Investigates external context, forces the AI to search for up-to-date documentation, and saves findings to external-references to prevent context loss.
    0
    installs
  18. Ami Stress Test Idea · anacatavc
    Conducts an adversarial stress-test and premortem analysis on technical proposals, architectures, or features before implementation. Exposes SPOFs, race conditions, cost explosions, and edge-case failure modes.
    0
    installs
  19. Ami Architect Project · anacatavc
    Interactively sets up the initial architecture of a new project. It gathers requirements, researches technologies, proposes a stack and folder structure with constant user interaction, and finally scaffolds the initial files and a comprehensive README.md.
    0
    installs
  20. Ami Extract Learnings · anacatavc
    Analyzes recent code changes to extract architectural decisions, lessons, patterns, and surprises, documenting them for future reference.
    0
    installs
  21. Ami Analyze Pr Comments · anacatavc
    Analyzes code review comments left by other developers on an active Pull Request, extracting pending tasks, suggestions, and offering to reply.
    0
    installs
  22. Ami Detect Pr Conflicts · anacatavc
    Must be triggered before creating or proposing any Pull Request. Identifies overlapping changes and merge conflicts with other open PRs.
    0
    installs
  23. Ami Analyze Dependencies · anacatavc
    Analyzes the project's libraries and dependencies. It checks for unused dependencies, outdated versions, security vulnerabilities, and generates a structured report of the project's dependency health.
    0
    installs
  24. Ami Design Test Strategy · anacatavc
    Design comprehensive testing strategies and quality assurance architectures before tests are coded. Formulates test pyramid distributions, mocking boundaries, and CI quality gates.
    0
    installs