NecturaLabs AI agent skills marketplace
npx claudepluginhub necturalabs/agentskillsIndustry-standard code review, security auditing, and project management skills for AI coding agents. Complementary to superpowers.
A curated collection of AI agent skills for Claude Code. Layers on top of superpowers to add industry-standard code review, security auditing, and project management.
/plugin marketplace add NecturaLabs/AgentSkills
/plugin install necturalabs@necturalabs
After installation, skills are available as necturalabs:<skill-name>. Slash commands (e.g., /necturalabs:code-review) appear in auto-complete.
/plugin marketplace update necturalabs
/plugin uninstall necturalabs@necturalabs
/plugin marketplace remove necturalabs
| Skill | When to invoke |
|---|---|
using-necturalabs — Initializes all skills, verifies dependencies, sets up review triggers | Conversation start, agent handoffs |
iterative-code-review — Code review (Google, Clean Code, SOLID, Fowler) until clean pass | After any code changes, before commit/merge |
iterative-security-audit — Security audit (OWASP, CWE, NIST, CERT) until clean, then code review | When changes touch security-sensitive code |
agent-context-loader — Loads global CLAUDE.md and project AGENTS.md into context | On init, after context switches |
agents-md-manager — Creates or updates project AGENTS.md from codebase analysis | Manual (/agents-md-manager) or after plan execution |
git-workflow — Conventional Commits format and git worktree isolation | When committing or starting multi-commit work |
update-plugins — Concurrently updates plugin marketplaces and installed plugins | Manual (/update-plugins) or when user asks to update |
docs-manager — Creates and maintains project docs/ with ADRs, design docs, guides | Manual (/docs-manager) or when user asks to document |
using-necturalabs runs at conversation start — checks superpowers dependency, loads context, sets up mandatory review triggersdocs-manager)The docs-manager skill creates and maintains a docs/ folder following industry standards:
Structure is scale-adaptive — directories are created only when the first document of that type is written. Every document has YAML frontmatter with status and last-reviewed date for staleness tracking. Invoke with /docs-manager or ask Claude to document a decision or design.
See CONCEPTS.md for a guide on Skills, MCP, LSP, and RAG — what they are, when to use each, and how they work together.
LSP gives Claude Code IDE-level code intelligence — semantic navigation instead of text-based grep. Highly recommended for code review and security audit accuracy.
Add to ~/.claude/settings.json:
{
"env": {
"ENABLE_LSP_TOOL": "1"
}
}
Also add to your shell profile (.bashrc / .zshrc / PowerShell $PROFILE) as a fallback:
export ENABLE_LSP_TOOL=1
| Language | Install |
|---|---|
| TypeScript/JS | npm i -g typescript-language-server typescript |
| Python | npm i -g pyright or pip install pyright |
| Go | go install golang.org/x/tools/gopls@latest |
| Rust | rustup component add rust-analyzer |
| C# | dotnet tool install -g csharp-ls |
| C/C++ | Install clangd via LLVM (brew install llvm / choco install llvm / apt install clangd) |
| Lua | brew install lua-language-server or download from GitHub releases |
claude plugin marketplace update claude-plugins-official
claude plugin install typescript-lsp@claude-plugins-official
claude plugin install pyright-lsp@claude-plugins-official
# ... repeat for each language you need
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations