Agent Plugins Marketplace
All plugins

necturalabs

v2.0.0

Five Agent Skills for coding agents: instruction-file maintenance, independent code review, security review, test engineering, and project documentation.

Claude Code4 Skills

By NecturaLabsLicense: MIT1 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install necturalabs for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install necturalabs@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/NecturaLabs/AgentSkills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

necturalabs/
├── .claude-plugin/plugin.json
├── skills/agent-instructions/SKILL.md
├── skills/change-review/SKILL.md
├── skills/security-review/SKILL.md
└── skills/testing/SKILL.md

Included Skills4

agent-instructionsskills/agent-instructions/SKILL.md

Create, audit, shrink or restructure an AGENTS.md instruction file. Use when writing a repository's AGENTS.md, auditing one for stale or oversized guidance, deciding what belongs in persistent instructions versus a skill, a document or a lint rule, or migrating instruction files between agent harnesses. Not for editing ordinary project documentation.

change-reviewskills/change-review/SKILL.md

Independently review a finished non-trivial code change for correctness, design, compatibility and test gaps before it is committed or merged. Use when a behavioral, cross-file, schema, dependency or concurrency diff is complete and needs a reviewer that did not write it. Not for a typo, a formatting-only diff, or code that is still being written.

security-reviewskills/security-review/SKILL.md

Assess a change for security defects when it touches authentication, authorization, sessions, tokens, cryptography, secrets, external input, deserialization, file or network boundaries, permissions, or dependencies. Use before the general code review on such changes. Not for changes with no threat surface, and not for generic code-quality review.

testingskills/testing/SKILL.md

Write, repair, debug, audit or delete automated tests. Use when adding coverage for new behavior, writing a regression test for a defect, fixing a failing or flaky test, choosing the right test level, or auditing a suite's quality. Not for explaining what an existing test does, and not for running a suite as a routine verification step.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "necturalabs",
  "description": "Five Agent Skills for coding agents: instruction-file maintenance, independent code review, security review, test engineering, and project documentation.",
  "version": "2.0.0",
  "author": {
    "name": "NecturaLabs",
    "url": "https://github.com/NecturaLabs"
  },
  "homepage": "https://github.com/NecturaLabs/AgentSkills",
  "repository": "https://github.com/NecturaLabs/AgentSkills",
  "license": "MIT",
  "keywords": [
    "agent-skills",
    "agents-md",
    "code-review",
    "security-review",
    "testing"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[necturalabs on Agent Plugins Marketplace](https://pluginsmp.com/plugins/necturalabs)