Back to authors
oimiragieo

oimiragieo

575 Skills published on GitHub.

cloud-run

Google Cloud Run deployment, service management, traffic splitting, and log inspection. Use when deploying containerized apps to Cloud Run, managing services, or inspecting Cloud Run logs.

UncategorizedView skill →

cloudflare-workers

Cloudflare Workers edge computing — Durable Objects, KV, R2, D1, Workers AI, AI Gateway

UncategorizedView skill →

code-analyzer

Static code analysis and complexity metrics

UncategorizedView skill →

code-graph-context

Structural code graph queries via CodeGraphContext MCP (tree-sitter + KuzuDB). Find callers, callees, class hierarchies, dead code, and module dependencies.

UncategorizedView skill →

code-quality-expert

Code quality expert including clean code, style guides, and refactoring

UncategorizedView skill →

code-semantic-search

Semantic code search using Phase 1 vector embeddings and Phase 2 hybrid search.

UncategorizedView skill →

code-structural-search

Use ast-grep for AST-based code pattern matching.

UncategorizedView skill →

code-style-validator

Programmatic code style validation using AST analysis. Complements (not replaces) code-style rules by providing automated checking and instant feedback.

UncategorizedView skill →

codebase-cleaner

Safe codebase cleanup: delete AI slop, consolidate duplicates, update imports — always test-verified before committing

UncategorizedView skill →

command-creator

Creates command files for the Claude Code framework. Commands are user-facing shortcuts that delegate to skills.

UncategorizedView skill →

commit-security-scan

Analyze code changes (commits, PRs, diffs) for security vulnerabilities using STRIDE analysis and CWE mapping

UncategorizedView skill →

compaction-detector

Detect Claude Code context compaction events in session JSONL logs. Identifies compaction boundaries, measures token delta before/after, reports compaction events with timestamps and token impact.

UncategorizedView skill →

complexity-assessment

AI-based complexity assessment for task analysis. Use when determining the appropriate workflow, phases, and validation depth for a task.

UncategorizedView skill →

compliance-policy-check

Validate planned changes against local framework rules and policy guardrails before implementation or creation.

UncategorizedView skill →

composer-dependency-management

Rules pertaining to Composer dependency management, promoting best practices for declaring and updating dependencies.

UncategorizedView skill →

comprehensive-type-annotations

Requires detailed type annotations for all Python functions, methods, and class members.

UncategorizedView skill →

comprehensive-unit-testing-with-pytest

Aims for high test coverage using pytest, testing both common and edge cases.

UncategorizedView skill →

configuration-management

Configuration management techniques

UncategorizedView skill →

consensus-voting

Byzantine consensus voting for multi-agent decision making. Implements voting protocols, conflict resolution, and agreement algorithms for reaching consensus among multiple agents.

UncategorizedView skill →

container-expert

Container orchestration expert including Docker, Kubernetes, Helm, and service mesh

UncategorizedView skill →

containerization-rules

Rules for creating and maintaining Dockerfiles.

UncategorizedView skill →

content-analyzer

>-

UncategorizedView skill →

content-security-scan

Automated security scanner for external skill/agent content fetched from GitHub or web sources. Runs a 7-step PASS/FAIL security gate against fetched markdown/text content.

UncategorizedView skill →

context-attribution

Estimate per-turn token attribution across 6 categories in Claude Code sessions to show where context budget is spent

UncategorizedView skill →

context-compressor

Compress large context before reasoning to reduce token usage while preserving evidence. Use this whenever the user mentions huge files, long prompts, RAG payloads, prompt caching, expensive sessions, codebase context, chat history compaction, or wants the same answer quality with fewer tokens.

UncategorizedView skill →

skill-creator

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

UncategorizedView skill →

context-degradation

Token-range severity zones (Green/Yellow/Orange/Red/Critical) with detection checklist, early warning indicators, and corrective routing actions for context window degradation

UncategorizedView skill →

context-driven-development

Context-Driven Development methodology - treating project context as managed artifacts alongside code for consistent AI interactions and team alignment.

UncategorizedView skill →

cpp

C++ coding standards and best practices.

UncategorizedView skill →

creation-feasibility-gate

Validate whether a proposed new artifact is feasible in the current stack before creator workflows run.

UncategorizedView skill →

cron-decision

Decision framework for agents to determine WHEN and WHETHER to use Claude Code's native cron scheduler (CronCreate/CronList/CronDelete) vs OS cron, GitHub Actions, or simple Task() delegation.

UncategorizedView skill →

cron-runner

Background orchestrator that drains the system-wide cron-actions-queue.jsonl queue safely, preventing LLM context pollution in the primary router.

UncategorizedView skill →

data-expert

Data processing expert including parsing, transformation, and validation

UncategorizedView skill →

database-architect

Database design and optimization specialist. Schema design, query optimization, indexing strategies, data modeling, and migration planning for relational and NoSQL databases.

UncategorizedView skill →

database-expert

Database expert including Prisma, Supabase, SQL, and NoSQL patterns

UncategorizedView skill →

de-sloppify

Two-agent cleanup pattern. Implementer works freely, then a dedicated cleanup agent removes unused imports, console.logs, commented-out code, dead code, and formatting issues. Produces a diff of what was cleaned.

UncategorizedView skill →

debug-log-analysis

Structured debug log analysis for Claude Code sessions — auto-discovers most recent log, runs reducer, extracts error patterns, correlates with full log, produces observability report. Fills 5 identified gaps: hook error body capture, agent identity, file path tracking, stall correlation, success visibility.

UncategorizedView skill →

debugging

Systematic 4-phase debugging with root cause investigation. Use when fixing bugs to prevent random fixes.

UncategorizedView skill →

deep-research

Multi-step autonomous research methodology for deep investigation tasks with structured synthesis

UncategorizedView skill →

dependency-analyzer

Analyzes project dependencies, detects outdated packages, identifies breaking changes, and suggests safe update strategies. Helps maintain dependency health and security.

UncategorizedView skill →

design-and-user-experience-guidelines

Specifies design and user experience guidelines, including dark mode compatibility, responsive design, performance optimization, modern UI, and accessibility. This rule promotes a user-friendly and vi

UncategorizedView skill →

design-systems

Design system lookup, CSS best practices, and AI-driven UI component generation via MCP tools

UncategorizedView skill →

diagram-generator

Generates architecture, database, and system diagrams using Mermaid syntax. Creates visual representations of system architecture, database schemas, component relationships, data flows, and standalone HTML exports.

UncategorizedView skill →

differential-review

Perform security-focused review of code diffs and pull requests, identifying newly introduced vulnerabilities, security regressions, and unsafe patterns in changed code.

UncategorizedView skill →

doc-generator

Generates comprehensive documentation from code, APIs, and specifications. Creates API documentation, developer guides, architecture docs, and user manuals with examples and tutorials.

UncategorizedView skill →

docker-compose

Docker Compose container orchestration and management. Manage multi-container applications, services, networks, and volumes. Use for local development, testing, and orchestration of containerized applications.

UncategorizedView skill →

dry-principle

This rule enforces the Don't Repeat Yourself principle to avoid code duplication and improve maintainability.

UncategorizedView skill →

dto-conventions

Sets standards for Data Transfer Objects (DTOs), typically records, including parameter validation in compact canonical constructors.

UncategorizedView skill →

dynamic-api-integration

Discover, parse, and call external HTTP APIs at runtime using OpenAPI specs, tool templates, and iterative chaining. Adapted from UTCP (Universal Tool Calling Protocol) patterns for Node.js and Claude Code agents.

UncategorizedView skill →

electron-pro

Expert Electron desktop application development — main/renderer process architecture, IPC communication, native OS APIs (menus, tray, notifications, dialogs), auto-updates, code signing, packaging with electron-builder/forge, security hardening (contextIsolation, sandbox), and performance optimization. Use for building cross-platform desktop apps.

UncategorizedView skill →

Page 5 of 12 · 575 results