r2rka1

24 mods across 1 repository, 2 stars between them.

add-skill-to-repo

01

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.

2 14d ago A 60 tokens

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.

2 14d ago A 54 tokens

create-agent

03

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.

2 14d ago A 49 tokens

create-electron-app

04

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.

2 14d ago A 60 tokens

create-express-app

05

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.

2 14d ago A 62 tokens

create-fastapi-app

06

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.

2 14d ago A 74 tokens

create-flutter-app

07

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…

2 14d ago A 74 tokens

create-next-app

08

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.

2 14d ago A 56 tokens

create-plan

09

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.

2 14d ago A 36 tokens

create-pr

10

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.

2 14d ago A 51 tokens

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.

2 14d ago C 48 tokens

create-readme

12

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.

2 14d ago A 39 tokens

create-skill

13

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.

2 14d ago A 37 tokens

create-vue-app

14

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.

2 14d ago A 68 tokens

dockerize-project

15

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.

2 14d ago A 60 tokens

execute-plan

16

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.

2 14d ago A 36 tokens

initialize-git

17

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.

2 14d ago A 54 tokens

refactor-code

18

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.

2 14d ago A 50 tokens

research

19

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.

2 14d ago A 37 tokens

review-pr

20

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.

2 14d ago A 60 tokens

setup-project

21

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.

2 14d ago A 59 tokens

setup-skills

22

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.

2 14d ago C 44 tokens

update-changelog

23

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.

2 14d ago A 38 tokens

update-skills

24

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.

2 14d ago C 47 tokens