Cc banner
fx fx

Cc

Development community

Description

Marian's Personal Claude Code Marketplace

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

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 /agents list and can be used via Task tool
  • Commands are available as slash commands

Development

See [CLAUDE.md](CLAUDE.md) for plugin development guidelines.

**Quick start**:

  1. Create plugin directory: plugins//
  2. Add .claude-plugin/plugin.json manifest
  3. Add plugin files (skills, agents, etc.)
  4. Update .claude-plugin/marketplace.json
  5. Create PR

Resources

License

MIT