← all publishers

NecturaLabs

@necturalabs source repo

13 published skills

  1. Docs Manager · necturalabs bundle
    Create or maintain a project's docs/ folder with ADRs, design documents, guides, and reference material. Use to set up documentation, write an ADR or design doc, or audit documentation freshness.
    0
    installs
  2. Git Workflow · necturalabs
    Use when making git commits, creating branches, or starting any implementation work that will require more than one commit. Ensures Conventional Commits format, atomic commits (one logical unit per commit), and git worktree isolation for multi-commit work.
    0
    installs
  3. Test Manager · necturalabs bundle
    MUST invoke when adding, updating, or fixing tests without a named test level, when a change needs test coverage and the right level is not obvious, when work spans more than one kind of test, or when auditing, cleaning up, or upgrading a project's test suite. Also use when the user asks to "add tests", "update the tests", or "fix the tests".
    0
    installs
  4. Update Plugins · necturalabs
    Update all installed plugin marketplaces and their plugins concurrently. Use when the user asks to update plugins, check for updates, or refresh their plugin installations.
    0
    installs
  5. Comment Manager · necturalabs bundle
    MUST invoke when writing or changing code that will carry comments, when adding or editing doc comments, docstrings, or API documentation inside source files, and when auditing or cleaning up existing comments. Also use when the user asks to document, comment, or add docstrings to code, or when a review reports a comment finding.
    0
    installs
  6. E2e Test Manager · necturalabs bundle
    MUST invoke when writing, updating, or fixing end-to-end or browser tests — Playwright, Cypress, Selenium, WebDriver, or device automation that drives the assembled application as a user. Also use when an E2E suite is slow, flaky, or failing, or when someone proposes covering a change with a UI test.
    0
    installs
  7. Agents Md Manager · necturalabs
    Create or update the project's AGENTS.md file based on codebase analysis. Invoke manually via /agents-md-manager, or triggered automatically as the final step of superpowers plan execution.
    0
    installs
  8. Unit Test Manager · necturalabs bundle
    MUST invoke when writing, updating, or deleting unit tests — covering a new function or class, adding a regression test for a bug fix, adjusting tests after a behavior change, or fixing failing, flaky, or weak unit tests. Also use when the user asks for unit test coverage of code that runs in one process without I/O.
    0
    installs
  9. Using Necturalabs · necturalabs
    Use at the start of every conversation and after every agent handoff. Initializes NecturaLabs skills, verifies superpowers dependency, and sets up mandatory review requirements for code review and security audit.
    0
    installs
  10. Agent Context Loader · necturalabs
    Use at the start of every conversation and after every agent handoff or context switch. Ensures global CLAUDE.md and project AGENTS.md are fully loaded and retained in context at all times.
    0
    installs
  11. Iterative Code Review · necturalabs bundle
    MUST invoke after implementing features, fixing bugs, refactoring, or making any code changes — before committing, merging, or claiming work is done. Also use when the user asks for code review. Requires superpowers plugin. Iterates until a clean pass with zero findings.
    0
    installs
  12. Integration Test Manager · necturalabs bundle
    MUST invoke when writing, updating, or fixing tests that cross a process boundary — repositories and queries against a real database, HTTP clients and API handlers, message queues, caches, filesystem access, or a service talking to another service. Also use when a test needs Testcontainers, a test database, a stubbed HTTP server, or contract verification.
    0
    installs
  13. Iterative Security Audit · necturalabs bundle
    MUST invoke when code changes touch authentication, authorization, cryptography, input validation, data handling, API endpoints, session management, secrets/config, dependencies, or comments that could carry secrets or internal infrastructure detail. Also use when the user asks for security review or audit. Requires superpowers plugin. Iterates until clean, then triggers code review.
    0
    installs