Back to authors
oimiragieo

oimiragieo

575 Skills published on GitHub.

logging-module-usage

Employs the logging module judiciously to log important events, warnings, and errors.

UncategorizedView skill →

lsp-navigator

Compiler-level code intelligence via native LSP — definitions, references, types, call hierarchies, and diagnostics.

UncategorizedView skill →

omega-codex-cli

Shell out to OpenAI Codex CLI for headless code generation, analysis, and question-answering. Optimized for code tasks. Requires OPENAI_API_KEY env var.

UncategorizedView skill →

marketing-content

Content strategy, copywriting frameworks (AIDA/PAS/BAB/4Ps/FAB), editorial calendar management, platform-specific content, A/B testing, campaign planning, audience targeting, and content performance measurement.

UncategorizedView skill →

markitdown-converter

Convert files to Markdown using Microsoft's MarkItDown library

UncategorizedView skill →

medusa-security

>-

UncategorizedView skill →

memory-audit

Comprehensive health check across CC auto-memory and agent-studio memory systems — detects orphans, duplicates, staleness, and threshold violations

UncategorizedView skill →

memory-forensics

Master memory forensics techniques including memory acquisition, process analysis, and artifact extraction using Volatility and related tools. Use when analyzing memory dumps, investigating incidents, or performing malware analysis from RAM captures.

UncategorizedView skill →

memory-quality-auditor

Audit memory retrieval quality (drift, staleness, citation-groundedness) and produce remediation backlog.

UncategorizedView skill →

memory-search

Semantic search over global agent memory. Use to retrieve previously learned patterns, decisions, gotchas, and workarounds. Prevents stale-context errors across long sessions and multi-agent pipelines.

UncategorizedView skill →

ml-experiment-loop

Autonomous fixed-budget ML experiment loop — setup, iterative hypothesis testing, git-based keep/discard tracking, and indefinite autonomous execution. Implements the karpathy/autoresearch protocol.

UncategorizedView skill →

mobile-first-design-rules

Focuses on rules and best practices for mobile-first design and responsive typography using tailwind.

UncategorizedView skill →

mobile-ui-development-rule

General rules pertaining to Mobile UI development. Covers UI/UX best practices, state management, and navigation patterns.

UncategorizedView skill →

modern-python

Modern Python tooling best practices using uv, ruff, ty, and pytest. Mandates the Trail of Bits Python coding standards for project setup, dependency management, linting, type checking, and testing. Based on patterns from trailofbits/cookiecutter-python.

UncategorizedView skill →

multi-agent-architecture-reference

Decision matrix for selecting multi-agent topologies (Supervisor, Swarm, Hierarchical, Conductor) with token economics, failure modes, and escalation paths

UncategorizedView skill →

nextjs-expert

Next.js framework expert including App Router, Server Components, and API routes

UncategorizedView skill →

nodejs-expert

Node.js backend expert including Express, NestJS, and async patterns

UncategorizedView skill →

notification-triggers

Configurable regex-based alert system for detecting patterns in tool calls and session activity. Supports error triggers, content regex matching, token threshold triggers, and pattern detection with configurable actions.

UncategorizedView skill →

omega-claude-cli

Shell out to Claude Code CLI to invoke a second Claude session headlessly. Useful for cross-validation, second opinions, and isolated analysis without sharing current agent context. Requires Anthropic account.

UncategorizedView skill →

omega-cursor-cli

Shell out to Cursor Agent CLI for headless IDE-aware code tasks. Supports multi-model routing (auto mode routes to Claude, Gemini, GPT). Requires Cursor Pro/Business subscription.

UncategorizedView skill →

omega-gemini-cli

Use when the user wants to use Google Gemini for analysis, large files or codebases, sandbox execution, or brainstorming. Uses headless Gemini CLI scripts (no MCP). Triggers on "use Gemini", "analyze with Gemini", "large file", "sandbox", "brainstorm with Gemini".

UncategorizedView skill →

on-call-handoff-patterns

Master on-call shift handoffs with context transfer, escalation procedures, and documentation. Use when transitioning on-call responsibilities, documenting shift summaries, or improving on-call processes.

UncategorizedView skill →

outcome-reflection

Feed actual task results back into agent memory for calibration. Compares predicted vs actual outcomes, records accuracy scores, and tracks estimation quality, prediction quality, and decision quality over time to improve future agent performance.

UncategorizedView skill →

pandas-data-manipulation-rules

Focuses on pandas-specific rules for data manipulation, including method chaining, data selection using loc/iloc, and groupby operations.

UncategorizedView skill →

perpetual-memory

Use when you need to auto-log all tool interactions into a self-organizing vector DB with instant recall. Intercepts interactions, extracts key information, generates embeddings, stores in LanceDB, auto-categorizes, and builds a retrieval index. Inspired by OpenClaw SQLite LCM + summary DAG pattern.

UncategorizedView skill →

php-expert

PHP expert including Laravel, WordPress, and Drupal development

UncategorizedView skill →

pipeline-evaluator

Evaluates completed agent pipelines across 5 scoring dimensions and produces a composite verdict with actionable recommendations

UncategorizedView skill →

pipeline-reflection-ux

Improve router-facing pipeline and reflection narration to reduce noisy status churn and make Step 0/Reflection outcomes explicit. Use when updating Router output contract, reflection reminder wording, or post-pipeline notification batching.

UncategorizedView skill →

plan-generator

Creates structured plans from requirements. Generates comprehensive plans with steps, dependencies, risks, and success criteria. Coordinates with specialist agents for planning input and validates plan completeness. Uses template-renderer for formatted output.

UncategorizedView skill →

plan-quality-verifier

Verifies implementation plan quality across 8 dimensions (requirement-coverage, task-completeness, dependency-validity, scope-sanity, artifact-wiring, risk-assessment, testability, estimation-quality) and returns pass/fail with per-dimension scores.

UncategorizedView skill →

planning-with-files

Manus-style file-based planning for complex tasks. Use task_plan.md, findings.md, and progress.md to maintain persistent context. Use for multi-step tasks, research, or work spanning many tool calls.

UncategorizedView skill →

postmortem-writing

Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem documents, or improving incident response processes.

UncategorizedView skill →

powershell-expert

PowerShell 7+ scripting and Windows system administration -- cross-platform automation, secure credential handling, Pester testing, DSC, and JEA patterns.

UncategorizedView skill →

pptx

PowerPoint presentation generation using python-pptx. Create slides from Claude output, data analysis, or structured content. Covers slide templates, shapes, charts, tables, and themed presentations. Use for generating .pptx files programmatically.

UncategorizedView skill →

prd-generator

Generate structured Product Requirements Documents using hypothesis-driven methodology with Implementation Phases tracking.

UncategorizedView skill →

prioritize-python-3-10-features

Prioritizes the use of new features available in Python 3.12 and later versions.

UncategorizedView skill →

proactive-audit

>-

UncategorizedView skill →

project-analyzer

Automated brownfield codebase analysis. Detects project type, frameworks, dependencies, architecture patterns, and generates comprehensive project profile. Essential for Conductor integration and onboarding existing projects.

UncategorizedView skill →

project-onboarding

Guided project onboarding for new codebases. Helps agents understand project structure, build systems, test commands, and development workflows by creating persistent knowledge memories.

UncategorizedView skill →

project-stage-detection

Detect project maturity stage (new/early/mid/mature) from file structure and route to appropriate onboarding workflow

UncategorizedView skill →

property-based-testing

fast-check patterns for JS/TS — 6 canonical property categories with worked examples targeting agent-studio utilities (path normalization, safe-json, glob-to-regex, routing logic)

UncategorizedView skill →

protocol-reverse-engineering

Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network traffic, understanding proprietary protocols, or debugging network communication.

UncategorizedView skill →

python-backend-expert

Python backend expert including Django, FastAPI, Flask, SQLAlchemy, and async patterns

UncategorizedView skill →

ralph-loop

Autonomous iteration loop with dual-mode support. Standalone mode uses Stop hooks (RALPH_ACTIVE=1). Multi-agent mode uses router-managed iteration. Never traps the host/router session.

UncategorizedView skill →

react-expert

React ecosystem expert including hooks, state management, component patterns, React 19 features, Shadcn UI, and Radix primitives

UncategorizedView skill →

readme

Use when creating, updating, or generating README and documentation files for projects and libraries

UncategorizedView skill →

recommend-evolution

Detect capability gaps and record standardized evolution recommendations.

UncategorizedView skill →

recovery

Workflow recovery protocol for resuming workflows after context loss, session interruption, or errors. Handles state reconstruction, artifact recovery, and seamless workflow continuation.

UncategorizedView skill →

reddit-researcher

Search and read public Reddit posts, subreddits, and comments via the unauthenticated JSON API. Safe read-only access with SSRF-prevention hostname allowlist.

UncategorizedView skill →

regulatory-compliance

Validate systems and processes against GDPR/CCPA privacy regulations, privacy-by-design principles, ADA/WCAG accessibility standards, data processing agreements (DPAs), and provide compliance checklists with regulatory change monitoring guidance.

UncategorizedView skill →

Page 7 of 12 · 575 results