By yanmxa
Execute autonomous AI-driven development workflows: analyze issues or research needs, plan minimal code changes, implement them, and iterate verify-fix loops until verified for bugs, features, or end-to-end updates. Generate tailored program.md files for AI research experiments by interviewing on codebase, metrics, and constraints.
Autonomous development workflow - understand an issue, plan changes, implement with change notes, and run an iterative verify-fix loop until passing. Use this skill when the user mentions auto dev, fix a bug, implement a feature, develop a fix, autonomous development, work on an issue, debug this, make it work, implement this change, help me fix this test, or wants an end-to-end code-change workflow. Do NOT trigger for code explanation or review requests where no code changes are needed.
Generate a program.md for autonomous AI research experiments (Karpathy's autoresearch paradigm). Interviews user about codebase, metric, and constraints, then produces a tailored program for an AI agent to iterate autonomously.
A Claude Code plugin marketplace — install skills to automate Git, Jira, and meta-development workflows directly in your terminal.
# Add marketplace
/plugin marketplace add https://github.com/yanmxa/cc-plugins
# Install plugins
/plugin install git
/plugin install jira
/plugin install claude
Automates the full Git workflow — commit/push with DCO sign-off, create PRs (fork + branch + submit), list PRs across repos, squash commits, and batch rebase.
Bundled scripts: 01-fork-and-setup.sh, 03-create-pr.sh, show-prs.sh
Jira Cloud REST API v3 CLI and shell library. Sprint boards, issue CRUD, JQL search, workflow transitions, comments, links, and ADF builders — all from the terminal.
Bundled: jira-ops CLI + jira-ops.sh sourceable library
Meta-development plugin for extending Claude Code itself — extract workflows into reusable slash commands or create specialized subagents.
Each plugin bundles skills with SKILL.md definitions and supporting scripts. Skills use ${CLAUDE_SKILL_DIR} for portable paths, so they work regardless of where Claude Code installs them.
plugins/
├── claude/ # Meta-development
│ └── skills/
│ ├── create-command/
│ └── create-subagent/
├── git/ # Git automation
│ └── skills/git/
│ └── scripts/ # Fork, PR, show-prs
└── jira/ # Jira operations
└── skills/jira/
├── scripts/ # CLI + shell library
└── references/ # API docs
PRs and issues welcome.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Jira Cloud REST API v3 CLI and shell library - issue CRUD, JQL search, transitions, sprint management, comments, links, and ADF builders
Development environment setup and configuration
npx claudepluginhub yanmxa/cc-plugins --plugin devImplementation planning, execution, and PR creation workflows with multi-agent collaboration
Claude Code settings and skills for spec-driven development workflows
Portable Development System — AI-assisted development methodology with skills for consistency and agents for scale.
Complete project development toolkit: 23 agents, 23 slash commands, 29 lifecycle hooks, and 69 reusable skills for Claude Code workflows
Official Atlassian MCP server for Jira and Confluence integration with OAuth authentication. Provides ticket management, JQL search, and ensures work completeness. Zero configuration - OAuth handles authentication automatically.
Automated development loop and ad-hoc workflow generation for orchestrating AI coding agents