af-modify-agentflow

Develop and modify AgentFlow framework components with enforced standards.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/GainInsightDev/websites --skill af-modify-agentflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: af-modify-agentflow
Source: https://github.com/GainInsightDev/websites/tree/main/.claude/skills/af-modify-agentflow
Command: npx skills add https://github.com/GainInsightDev/websites --skill af-modify-agentflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured approach to developing and maintaining the AgentFlow framework itself, ensuring consistency, documentation, and adherence to best practices across all framework components.

Core Features & Use Cases

  • Component Development: Create or modify agents, skills, commands, and hooks within the framework.
  • Module Management: Add, update, and validate modules in the framework's registry.
  • Documentation & Standards: Enforce documentation rules, namespace conventions, and architectural integrity.
  • Use Case: When adding a new core skill to AgentFlow, use this skill to ensure it follows all naming conventions, has complete frontmatter, is correctly registered, and has associated validation tests.

Quick Start

Use the af-modify-agentflow skill to create a new skill following the documented workflow.

Frequently Asked Questions about af-modify-agentflow

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

FAQPage Schema
How do I create a new agent module in the AgentFlow framework?

You can develop and modify agents by using this skill to enforce namespace conventions, generate required frontmatter, and validate the component against architectural standards during creation.

What's the best way to enforce documentation standards for framework components?

Enforcing documentation standards for framework components is achieved by validating assets against built-in rules for frontmatter completion, namespace conventions, and architectural integrity before registration.

How does module validation work for AgentFlow skills and commands?

Module validation for AgentFlow works by applying automated validation procedures that check size constraints, naming conventions, and documentation completeness to ensure all framework assets meet specifications.

Can I use this approach to add integration guides for my framework modules?

Yes, you can use this skill to create integration guides and module validation specifications, ensuring your newly added framework modules have complete documentation and adhere to required standards.

Do I need to follow namespace rules when modifying framework hooks?

Yes, when modifying framework hooks, you must follow strict namespace rules and size constraints to maintain architectural integrity across the entire framework's component registry.