neuroflow-develop

Guide neuroflow plugin development with overlap audits and release workflows.

6|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/stanislavjiricek/neuroflow --skill neuroflow-develop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neuroflow-develop
Source: https://github.com/stanislavjiricek/neuroflow/tree/main/skills/neuroflow-develop
Command: npx skills add https://github.com/stanislavjiricek/neuroflow --skill neuroflow-develop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured guide for developers to add, audit, and release new components (skills, commands, agents, hooks) to the neuroflow plugin, ensuring consistency and preventing duplication.

Core Features & Use Cases

  • Overlap Audit: Guides developers to check for redundancy before adding new features.
  • Component Addition: Provides clear steps for adding new skills, commands, and agents.
  • Release Workflow: Outlines the process for version bumping, documentation updates, and pushing changes.
  • Use Case: A developer wants to add a new skill for analyzing EEG data. They use this skill to first check if existing skills already cover parts of the functionality, and then follow the documented steps to correctly add the new skill, update the README, and bump the version.

Quick Start

Use the neuroflow-develop skill to audit a proposed new command for overlap with existing features.

Frequently Asked Questions about neuroflow-develop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a new command to a Claude Code plugin without duplicating functionality?

To add a new command without duplication, perform an overlap audit against existing plugin features to check for redundancy. This structured development process ensures consistency before you correctly integrate the new command.

What is the release workflow for publishing a Claude Code plugin update?

The release workflow for a Claude Code plugin update involves version bumping, updating documentation like the README, and pushing changes. Following these documented steps ensures consistent releases.

How do I test plugin development locally before releasing a new agent or hook?

Local development testing is facilitated by following the provided structured guide for adding new agents and hooks. This process ensures components are validated locally before the final release workflow.

Can I use this structured process to add multiple types of components like skills and hooks?

Yes, you can use this structured process to add multiple component types including skills, commands, agents, and hooks. It provides clear steps and overlap audits for each specific component addition.

Why do I need to perform an overlap audit before adding new features to a plugin?

An overlap audit is needed before adding new features to prevent duplication and ensure consistency across the plugin. It guides developers to check if existing skills or commands already cover the proposed functionality.

Does the neuroflow development guide cover documentation updates and user installation?

Yes, the neuroflow development guide covers documentation updates and details user installation instructions. It outlines the process for updating the README and facilitating local testing as part of the release workflow.