agent-creator
MUST BE USED when user says 'create an agent', 'make an agent', 'new agent', 'build an agent', 'write an agent', 'add an agent', or describes agent functionality they need. Also use when editing existing agent markdown files or iterating on agent definitions. Load this skill BEFORE any agent-related work.
SKILL.md
| Name | agent-creator |
| Description | MUST BE USED when user says 'create an agent', 'make an agent', 'new agent', 'build an agent', 'write an agent', 'add an agent', or describes agent functionality they need. Also use when editing existing agent markdown files or iterating on agent definitions. Load this skill BEFORE any agent-related work. |
fx/cc Marketplace
Claude Code plugins for development workflows, research, and productivity.
Installation
/plugin marketplace add fx/cc
Available Plugins
fx-dev
Complete development workflow including SDLC, pull requests, and GitHub integration.
Components:
- 10 agents: sdlc, coder, planner, requirements-analyzer, issue-updater, pr-reviewer, pr-preparer, pr-check-monitor, pr-changeset-minimalist, workflow-runner
- 1 skill: copilot-feedback-resolver
- 2 commands: /dev, /gitingest
fx-research
Research tools for finding and evaluating technologies and libraries.
Components:
- 1 agent: tech-scout
fx-mcp
MCP server management guidance and best practices.
Components:
- 1 skill: managing-mcp-servers
fx-meta
Meta tools for building Claude Code plugins, skills, and agents.
Components:
- 2 skills: skill-creator, plugin-creator
fx-pa
Personal assistant tools for task extraction and productivity.
Components:
- 1 agent: task-extractor
Usage
After installing plugins:
- Skills are automatically invoked by Claude when relevant
- Agents appear in
/agentslist and can be used via Task tool - Commands are available as slash commands
Development
See CLAUDE.md for plugin development guidelines.
Quick start:
- Create plugin directory:
plugins/<plugin-name>/ - Add
.claude-plugin/plugin.jsonmanifest - Add plugin files (skills, agents, etc.)
- Update
.claude-plugin/marketplace.json - Create PR
Resources
License
MIT