r2rka1/skills
Skill Claude CodeCodex
Creates a new Claude Code skill inside the skills repository at the repo root level (not under .claude/skills). Scaffolds the skill directory with SKILL.md, scripts/, and resources/. Use when adding a new shareable skill to the skills repo.
r2rka1/skills
Skill Claude CodeCodex
Scans files changed in the current branch for security vulnerabilities including OWASP Top 10, hardcoded secrets, injection flaws, and insecure patterns. Use when the user wants a security audit, vulnerability check, or security review of their changes.
r2rka1/skills
Skill Claude CodeCodex
Creates a new Claude Code sub-agent (custom agent) by generating a markdown file in the .claude/agents/ directory. Triggered when the user wants to create, scaffold, or add a new agent or sub-agent.
r2rka1/skills
Skill Claude CodeCodex
Scaffolds a new Electron desktop application with TypeScript, a modern bundler, and a React or vanilla renderer. Guides through project creation, configuration, and initial setup. Use when the user wants to create, start, or scaffold a new Electron project or desktop app.
r2rka1/skills
Skill Claude CodeCodex
Scaffolds a new Express.js REST API application with TypeScript, structured routing, middleware, and error handling. Guides through project creation, configuration, and initial setup. Use when the user wants to create, start, or scaffold a new Express server, API, or backend project.
r2rka1/skills
Skill Claude CodeCodex
Scaffolds a new FastAPI backend with uv or venv dependency management, SQLAlchemy models, Alembic migrations, Pydantic settings, pytest, and ruff. Guides through database selection and project layout. Use when the user wants to create, start, or scaffold a new Python API, FastAPI service, or Python backend.
r2rka1/skills
Skill Claude CodeCodex
Scaffolds a new Flutter application for iOS, Android, and web with a chosen state management approach, linting, and a feature-first directory structure. Guides through platform selection, package setup, and first run on a simulator or emulator. Use when the user wants to create, start, or scaffold a new Flutter or…
r2rka1/skills
Skill Claude CodeCodex
Scaffolds a new Next.js application with App Router, TypeScript, Tailwind CSS, and ESLint. Guides through project creation, configuration, and initial setup. Use when the user wants to create, start, or scaffold a new Next.js project.
r2rka1/skills
Skill Claude CodeCodex
Creates a structured implementation plan with task breakdown, dependencies, and progress tracking. Use when planning a feature, refactor, migration, or any multi-step engineering task.
r2rka1/skills
Skill Claude CodeCodex
Commits staged and unstaged changes with a descriptive message, updates CHANGELOG.md, updates README.md if needed, and creates a GitHub pull request. Use after completing a feature, fix, or any set of changes ready for review.
r2rka1/skills
Skill Claude CodeCodex
Creates a new project folder with a .claude directory pre-populated with skills from the shared skills repository. Use when a user wants to scaffold a new project that includes Claude Code skills out of the box.
r2rka1/skills
Skill Claude CodeCodex
Generates a comprehensive README.md file by analyzing the project's code, structure, dependencies, and configuration. Use when a project needs a README or when the existing README is outdated.
r2rka1/skills
Skill Claude CodeCodex
Scaffolds a new Claude Code skill with proper SKILL.md structure, frontmatter, and supporting files. Use when creating a new slash command or agent skill.
r2rka1/skills
Skill Claude CodeCodex
Scaffolds a new Vue 3 application using create-vue with Vite, TypeScript, Vue Router, Pinia, ESLint, and Prettier. Generates a production-ready project structure with sensible defaults. Triggered when the user wants to create, set up, or scaffold a new Vue project.
r2rka1/skills
Skill Claude CodeCodex
Analyzes a project's language, framework, and dependencies, then generates a production-ready multi-stage Dockerfile, .dockerignore, and docker-compose.yml with any backing services it needs. Use when the user wants to containerize, dockerize, or add Docker support to a project.
r2rka1/skills
Skill Claude CodeCodex
Executes an existing implementation plan step-by-step with progress tracking, validation after each task, and automatic plan file updates. Use when ready to implement an approved plan.
r2rka1/skills
Skill Claude CodeCodex
Initializes a git repository in the current project by creating a .gitignore with common defaults (including .claude/), running git init, and creating a GitHub repository using gh CLI. Use when setting up version control for a new project.
r2rka1/skills
Skill Claude CodeCodex
Analyzes code for refactoring opportunities like duplication, long functions, poor naming, complex conditionals, and structural issues, then applies targeted improvements. Use when the user asks to refactor, clean up, or improve code quality.
r2rka1/skills
Skill Claude CodeCodex
Executes research on a topic and accumulates findings into a structured research file. Use when investigating technologies, APIs, libraries, architecture patterns, or any topic requiring deep exploration.
r2rka1/skills
Skill Claude CodeCodex
Reviews the pull request from the current branch as a senior developer, checking for bugs, security issues, code quality, and best practices. Can optionally leave inline comments on the PR via GitHub and auto-fix discovered issues. Use when the user wants a code review on a PR.
r2rka1/skills
Skill Claude CodeCodex
Scaffolds a new project directory with git init, clones the skills repository into .claude/skills/, and generates a .gitignore excluding common files and the .claude directory. Triggered when the user wants to create, bootstrap, or set up a new project.
r2rka1/skills
Skill Claude CodeCodex
Sets up Claude Code skills in a project by creating the .claude/skills directory and cloning skills from the shared skills repository. Use when a user wants to add or initialize skills in their project.
r2rka1/skills
Skill Claude CodeCodex
Analyzes recent git changes and updates CHANGELOG.md following the Keep a Changelog format. Use after completing a feature, fix, or any notable change to the project.
r2rka1/skills
Skill Claude CodeCodex
Updates the project's .claude/skills directory by pulling the latest skills from the shared skills repository's main branch. Use when a user wants to refresh, sync, or update their local skills to the latest versions.