Plugin Claude Code
Personal Claude Code / Codex skills — spec-driven development, agent teams, browser automation, productivity, and setup helpers. Install with npx skills add devstefancho/claude-plugins.
Plugin Claude Code
Personal Claude Code / Codex skills — spec-driven development, agent teams, browser automation, productivity, and setup helpers. Install with npx skills add devstefancho/claude-plugins.
Instructions file CodexOpenCode
AGENTS.md instructions for devstefancho/skills, covering agents.md, repository purpose, layout, categories and skill.md conventions.
Instructions file
Claude Code instructions for devstefancho/skills.
Plugin Claude Code
Code quality review skill focusing on DRY, KISS, and Clean Code principles.
Skill Claude CodeCodex
Comprehensive code quality review focusing on DRY (Don't Repeat Yourself), KISS (Keep It Simple, Stupid), and Clean Code (Easy to Read) principles. Use when reviewing code changes, analyzing code quality, or assessing code maintainability for any feature, bug fix, or refactoring task.
Plugin Claude Code
AI code review skill based on code style principles - checks SRP (Single Responsibility Principle), DRY, Simplicity First, YAGNI, and Type Safety.
Skill Claude CodeCodex
Code style principle-based review - checks SRP (Single Responsibility Principle), DRY (Don't Repeat Yourself), Simplicity First, YAGNI (You Aren't Gonna Need It), and Type Safety. Also evaluates code structure and naming conventions. Automatically used when code review is needed.
Plugin Claude Code
Common MCP servers for shared tools and integrations (chrome-devtools, etc).
MCP server Claude CodeCodexCursor +2
Lets the agent inspect and automate a live Chrome instance through the DevTools protocol: performance traces, network, console. Runs locally from the chrome-devtools-mcp npm package.
Plugin Claude Code
A plugin for reviewing React and Next.js frontend code against stated design principles. React and Next.js are tools for building web interfaces.
Skill Claude CodeCodex
Reviews React components and provides improvement suggestions. Use when you need code review, component review, structure improvement, refactoring, or component separation.
Plugin Claude Code
Auto-generate conventional commit messages in Korean by analyzing changes.
Command
Analyze changes and auto-commit with conventional commit format.
Plugin Claude Code
Symlink-based local plugin testing for development workflow.
Skill Claude CodeCodex
A local testing tool that connects a plugin development folder directly to the place where the plugin is used through a symbolic link, a filesystem shortcut.
Plugin Claude Code
Create GitHub pull requests with auto-generated title and description based on branch changes.
Command
Create PR with auto-generated title and description.
Plugin Claude Code
Generate Claude Code features (slash commands, skills, subagents, hooks, output styles) with proper structure and best practices.
Command
A command that adds project structure and development rules to the current session for plugin development.
Skill Claude CodeCodex
Generate basic structure for Claude Code extension features (skill, slash command, subagent, hook, output style). Use when creating a new skill, needing a command template, or starting hook configuration.
Plugin Claude Code
Generate HTML reports to visualize work sessions including conversation history, code changes, and execution results.
Skill Claude CodeCodex
Generate HTML file to view work session. Use when user asks to view content as HTML (e.g., 'view as HTML', 'export to HTML', 'create HTML file', 'save as HTML').
Plugin Claude Code
Simple SDD (Software Specification & Design) workflow commands for generating specifications, plans, tasks, and implementations.
Command
Implement features from tasks document with optional batch mode.