NecturaLabs
- 13 skills
- 0 followers
- 17 hours ago last updated
- ▌ Docs Manager · necturalabs bundleCreate 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.
- ▌ Git Workflow · necturalabsUse 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.
- ▌ Test Manager · necturalabs bundleMUST 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".
- ▌ Update Plugins · necturalabsUpdate all installed plugin marketplaces and their plugins concurrently. Use when the user asks to update plugins, check for updates, or refresh their plugin installations.
- ▌ Comment Manager · necturalabs bundleMUST 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.
- ▌ E2e Test Manager · necturalabs bundleMUST 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.
- ▌ Agents Md Manager · necturalabsCreate 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.
- ▌ Unit Test Manager · necturalabs bundleMUST 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.
- ▌ Using Necturalabs · necturalabsUse 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.
- ▌ Agent Context Loader · necturalabsUse 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.
- ▌ Iterative Code Review · necturalabs bundleMUST 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.
- ▌ Integration Test Manager · necturalabs bundleMUST 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.
- ▌ Iterative Security Audit · necturalabs bundleMUST 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.