By beocaca
Claude Code settings and skills for spec-driven development workflows
Create a new Claude Code custom command with proper structure and best practices.
Translate texts to Chinese
Capture technical breakthroughs and transform them into actionable, reusable documentation
Fix GitHub issue
Review GitHub pull request with detailed code analysis
Expert at creating new Claude Code custom commands with proper structure and best practices. Use when needing to create well-structured custom commands.
Comprehensive session analysis and learning capture specialist. Analyzes development sessions to extract patterns, preferences, and improvements for future interactions. Use after significant work sessions to capture learnings.
GitHub issue resolution specialist. Analyzes, plans, and implements fixes for GitHub issues with proper testing and PR creation. Use when fixing specific GitHub issues.
Technical breakthrough documentation specialist. Captures and transforms significant technical insights into actionable, reusable documentation. Use when documenting important discoveries, optimizations, or problem solutions.
Analyzes and improves Claude Code instructions in CLAUDE.md. Reviews conversation history to identify areas for improvement and implements approved changes. Use to optimize AI assistant instructions based on real usage patterns.
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
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.
A curated collection of Claude Code settings, custom commands, skills and sub-agents designed for enhanced development workflows. This setup includes specialized commands, skills and subagents for feature development (spec-driven workflow), code analysis, GitHub integration, and knowledge management.
For OpenAI Codex settings, configurations and custom prompts, please refer feiskyer/codex-settings.
/plugin marketplace add feiskyer/claude-code-settings
# Install main plugin (commands, agents and skills)
/plugin install claude-code-settings
# Alternatively, install individual skills without commands/agents
/plugin install codex-skill # Codex automation
/plugin install autonomous-skill # Long-running task automation
/plugin install nanobanana-skill # Image generation
/plugin install kiro-skill # Kiro workflow
/plugin install spec-kit-skill # Spec-Kit workflow
/plugin install youtube-transcribe-skill # YouTube transcript extraction
Alternatively, run a one-command installation via the Claude Plugins CLI to skip the marketplace setup:
npx claude-plugins install @feiskyer/claude-code-settings/claude-code-settings
This automatically adds the marketplace and installs the plugin in a single step.
Note:
# Backup original claude settings
mv ~/.claude ~/.claude.bak
# Clone the claude-code-settings
git clone https://github.com/feiskyer/claude-code-settings.git ~/.claude
# Install LiteLLM proxy
pip install -U 'litellm[proxy]'
# Start litellm proxy (which would listen on http://0.0.0.0:4000)
litellm -c ~/.claude/guidances/litellm_config.yaml
# For convenience, run litellm proxy in background with tmux
# tmux new-session -d -s copilot 'litellm -c guidances/litellm_config.yaml'
Once started, you'll see:
...
Please visit https://github.com/login/device and enter code XXXX-XXXX to authenticate.
...
Open the link, log in and authenticate your GitHub Copilot account.
Note:
The commands/ directory contains custom slash commands that extend Claude Code's slash commands, which could be invoked via /<command-name> [arguments].
/think-harder [problem] - Enhanced analytical thinking/think-ultra [complex problem] - Ultra-comprehensive analysis/reflection - Analyze and improve Claude Code instructions/reflection-harder - Comprehensive session analysis and learning/eureka [breakthrough] - Document technical breakthroughs/gh:review-pr [PR_NUMBER] - Comprehensive PR review and comments/gh:fix-issue [issue-number] - Complete issue resolution workflow/cc:create-command [name] [description] - Create new Claude Code commands/translate [text] - Translate English/Japanese tech content to ChineseSkills are now distributed as separate plugins for modular installation. Install only what you need:
Non-interactive automation mode for hands-off task execution using OpenAI Codex. Use when you want to leverage codex, gpt-5, or gpt-5.1 to implement features or plans designed by Claude.
Installation:
/plugin marketplace add feiskyer/claude-code-settings
/plugin install codex-skill
Key Features:
Requirements: Codex CLI installed (npm i -g @openai/codex or brew install codex)
npx claudepluginhub beocaca/claude-code-settingsAccess thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
The Claude Code knowledge system — 380+ skills, 182+ agents, 100+ commands, 40 hooks, 32 rules, and workflows.
Matt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems