Instructions file CodexOpenCode
Instructions for ragnarok22/agent-skills, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
Instructions file CodexOpenCode
Instructions for ragnarok22/agent-skills, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
Instructions file
Instructions for ragnarok22/agent-skills, a project described as: Single source of truth for your custom Agent skills.
Instructions file Gemini CLI
Instructions for ragnarok22/agent-skills, a project described as: Single source of truth for your custom Agent skills.
Skill Claude CodeCodex
Create or update a project-level BRANDING.md for apps and digital products, focusing on emotional identity, visual identity, color direction, shape language, typography, UI tone, iconography, illustration style, brand metaphors, product copy, and design do/don't rules. Use when users ask to create a brand guide…
Skill Claude CodeCodex
Create an English-only DESIGN.md that translates brand strategy and project context into practical, implementation-ready design direction for product UI, landing pages, visual systems, and AI coding agents. Use when users ask to create, update, or improve DESIGN.md; define visual direction for an app, website, SaaS…
Skill Claude CodeCodex
Automate semantic version releases across project types by detecting version files, bumping versions, updating changelogs, creating git tags, and optionally publishing GitHub releases. Use when users ask to cut a release, bump the version, prepare a new version, tag a release, update the changelog for a release, or…
Skill Claude CodeCodex
Review Python dependencies for known security advisories, stale version pins, and unsafe upgrade paths. Use when users ask for dependency security reviews, requirements or lockfile audits, upgrade planning, pre-release risk checks, or remediation prioritization for Python projects.
Skill Claude CodeCodex
Audit Django codebases for security, performance, correctness, and architecture antipatterns. Run system checks, migration drift checks, and static rule scans, then output a 0-100 health score with actionable fixes. Use when users ask to scan a Django backend, run a Django health check, review backend code quality, or…
Skill Claude CodeCodex
Verify Dockerfiles and Docker Compose manifests for security issues, reliability risks, optimization opportunities, syntax errors, and misconfiguration before builds or deploys. Run deterministic checks (scripts/verify-docker.sh, docker compose config -q, optional hadolint) and produce a 0-100 health score with…
Skill Claude CodeCodex
Create or update privacy policy drafts and privacy pages for SaaS products, websites, mobile apps, APIs, platforms, and digital products by inspecting installed packages, SDKs, app code, backend routes, forms, databases, analytics, auth, payments, ads, crash reporting, AI services, storage, email, maps, push…
Skill Claude CodeCodex
Audit Python codebases for security, performance, correctness, and architecture antipatterns. Run optional trusted runtime checks (syntax, tests, lint, typing) plus static rule scans, then output a 0-100 health score with actionable fixes. Use when users ask to inspect a Python project, run a Python health check…
Skill Claude CodeCodex
Optimize Django ORM performance by detecting N+1 query patterns, missing selectrelated/prefetchrelated, and likely index gaps. Run targeted static scans, optional runtime query capture, and produce a prioritized remediation plan with expected query-count impact. Use when users ask to speed up Django endpoints, reduce…
Skill Claude CodeCodex
Create or update Terms of Use, Terms of Service, or user agreement drafts for SaaS products, platforms, apps, marketplaces, APIs, and digital products by inspecting the current codebase, README, docs, pricing, auth, billing, user-content, and product functionality. Use when users ask to write terms, terms of use…
Skill Claude CodeCodex
Create Git commit messages that conform to Conventional Commits 1.0.0, including type/scope/description format, optional body, trailer-style footers, and explicit BREAKING CHANGE signaling. Use when users ask to draft commit messages, commit current changes, rewrite a commit message into conventional format, or…