Back to authors
oimiragieo

oimiragieo

575 Skills published on GitHub.

verify-information-rule

This rule ensures that the AI always verifies information before presenting it, avoiding assumptions and speculation.

UncategorizedView skill →

version-control-rule

Applies to git related files, specifies to always use git for version control.

UncategorizedView skill →

virtual-environment-usage

Mandates the use of virtual environments for isolating project dependencies and ensuring reproducibility.

UncategorizedView skill →

vue-expert

Vue.js ecosystem expert including Vue 3, Composition API, Nuxt, and Pinia

UncategorizedView skill →

vueuse-library-rule

Encourages leveraging VueUse functions throughout the project to enhance reactivity and performance.

UncategorizedView skill →

windows-compatibility

Guidelines for working on Windows with Git Bash. Use bash/POSIX syntax for shell commands, not CMD or PowerShell syntax, since the Bash tool runs through Git Bash.

UncategorizedView skill →

writing-plans

Create bite-sized task lists with complete code. Use when planning multi-step implementations.

UncategorizedView skill →

integration

Integration skills

UncategorizedView skill →

testing-expert

Deprecated alias for tdd skill

UncategorizedView skill →

writing

Deprecated alias for writing-skills skill

UncategorizedView skill →

accessibility

Ensure accessibility in UI components including semantic HTML, ARIA attributes, keyboard navigation, and WCAG 2.2 AA compliance.

UncategorizedView skill →

advanced-elicitation

Use when you want to improve response quality through meta-cognitive reasoning. Applies 15+ reasoning methods to reconsider and refine initial outputs.

UncategorizedView skill →

adversarial-debate

N-round opposing-stance debates for trade-off analysis. Assigns pro/con roles to agents, runs structured debate rounds with quality scoring, and produces a moderator synthesis with confidence-rated recommendation. Generalizable to architecture, technology, security, and design decisions.

UncategorizedView skill →

adversarial-review

Force adversarial code review stance that eliminates confirmation bias — reviewer must find issues or re-analyze

UncategorizedView skill →

agent-creator

Creates specialized AI agents on-demand when no existing agent matches a request. Use when the Router cannot find a suitable agent for a task. Enables self-evolution by generating persistent agents.

UncategorizedView skill →

agent-evaluation

LLM-as-judge evaluation framework with 5-dimension rubric (accuracy, groundedness, coherence, completeness, helpfulness) for scoring AI-generated content quality with weighted composite scores and evidence citations

UncategorizedView skill →

agent-tool-design

The Agent Tool Contract — 5 principles for designing tools agents call reliably: predictable signature, rich errors, token-efficient output, idempotency, graceful degradation. Includes anti-pattern table with 8 common mistakes.

UncategorizedView skill →

agent-updater

Research-backed workflow to refresh existing agent prompts/frontmatter with diff-based risk scoring, TDD gates, and ecosystem validation.

UncategorizedView skill →

ai-ml-expert

AI and ML expert covering PyTorch, TensorFlow, Hugging Face, scikit-learn, LLM integration, RAG pipelines, MLOps, and production ML systems

UncategorizedView skill →

android-expert

Comprehensive Android development expert covering Jetpack Compose, Kotlin coroutines/Flow, Architecture Components, Hilt DI, Navigation, testing, performance, Material Design 3, and modern Android patterns (MVI, Clean Architecture).

UncategorizedView skill →

api-development-expert

API development expert including REST design, OpenAPI, and documentation

UncategorizedView skill →

api-testing

API security testing and validation for REST/GraphQL/gRPC endpoints, contract testing, load testing, fuzzing, and Postman/Bruno/Hurl workflows

UncategorizedView skill →

architecture-review

Architecture review and design validation. Evaluates system designs against best practices, identifies anti-patterns, and ensures architectural decisions align with non-functional requirements.

UncategorizedView skill →

artifact-integrator

Deep integration analysis for newly created artifacts

UncategorizedView skill →

artifact-lifecycle

Unified lifecycle management for all framework artifacts (skills, agents, hooks, workflows, templates, schemas)

orchestrationView skill →

arxiv-mcp

Search and retrieve academic papers from arXiv.org using WebFetch and Exa. No MCP server required - uses existing tools to access arXiv API directly.

UncategorizedView skill →

arxiv-monitor

Scheduled ArXiv paper monitor. Uses CronCreate to search configured keywords every 6 hours, deduplicates via MemoryRecord, and stores summaries in named memory for morning briefing integration.

UncategorizedView skill →

ask-questions-if-underspecified

Ask the minimum clarifying questions before implementation when requirements are ambiguous or missing crucial details

UncategorizedView skill →

assimilate

Benchmark external agent frameworks and convert findings into a concrete TDD upgrade backlog for agent-studio evolution.

UncategorizedView skill →

async-operations

Specifies the preferred syntax for asynchronous operations using async/await and onMount for component initialization. This results in cleaner and more readable asynchronous code.

UncategorizedView skill →

atlassian-integration

Atlassian ecosystem integration covering Jira project management, Confluence documentation, Bitbucket source control, and cross-product automation workflows

UncategorizedView skill →

audit-context-building

Ultra-granular code analysis for deep architectural context building. Line-by-line and block-by-block analysis using First Principles, 5 Whys, 5 Hows methodology at micro scale. Builds mental models, tracks invariants and assumptions, and maps cross-function call flows for security audit preparation.

UncategorizedView skill →

auth-security-expert

OAuth 2.1, JWT (RFC 8725), encryption, and authentication security expert. Enforces 2026 security standards.

UncategorizedView skill →

auto-recall

Use when you need semantic retrieval from perpetual memory at query time. Parses query intent, searches vector store, ranks by relevance and recency, and injects context. Complements memory-search.cjs with the perpetual_memory LanceDB table.

UncategorizedView skill →

aws-cloud-ops

AWS cloud operations for CloudWatch, S3, Lambda, EC2, and IAM

UncategorizedView skill →

azure-devops

Azure DevOps integration covering pipelines, boards, repos, artifacts, and work item management via Azure CLI and REST API

UncategorizedView skill →

behavioral-loop-detection

Detect when agents are stuck in repetitive action loops using a rolling 20-action window with escalating nudges — replan after 3 similar actions, explore after 5, force-done after 8.

UncategorizedView skill →

best-practices-guidelines

Specifies best practices, including following RESTful API design principles, implementing responsive design, using Zod for data validation, and regularly updating dependencies. This skill promotes modern coding standards and helps developers write consistent, maintainable code.

UncategorizedView skill →

binary-analysis-patterns

Master binary analysis patterns including disassembly, decompilation, control flow analysis, and code pattern recognition. Use when analyzing executables, understanding compiled code, or performing static analysis on binaries.

UncategorizedView skill →

ecosystem-integrity-scanner

>-

UncategorizedView skill →

brand-compliance

Audit content and assets for brand compliance — style guide validation, tone of voice checking, visual identity consistency, brand asset management, and cross-channel coherence.

UncategorizedView skill →

browser-automation

Programmatic web automation using Playwright Python — data extraction, form filling, multi-step workflows, auth session management, screenshot/PDF capture, and anti-detection patterns. Use for scripted automation tasks, not interactive MCP-based browser control.

UncategorizedView skill →

build-tools-expert

Build tools expert including Vite, Webpack, and bundler configuration

UncategorizedView skill →

building-secure-contracts

Smart contract and secure API contract security analysis — invariant checking, access control, reentrancy, and integer overflow patterns. Implements Checks-Effects-Interactions pattern, formal invariant verification, and OpenSCV vulnerability taxonomy for Solidity/EVM and Rust/Solana contracts.

UncategorizedView skill →

channel-management

Manage Claude Code --channels sessions (start/stop/status/health) via channel-manager.cjs and terminal-tracker.cjs.

UncategorizedView skill →

checklist-generator

Generate context-aware quality checklists for code review and QA using IEEE 1028 base standards plus LLM contextual additions

UncategorizedView skill →

chrome-browser

Browser automation with two integrations - Chrome DevTools MCP (always available, performance tracing) and Claude-in-Chrome extension (authenticated sessions, GIF recording). Use DevTools for testing/debugging, Claude-in-Chrome for authenticated workflows.

UncategorizedView skill →

ci-cd-implementation-rule

Uses GitHub Actions or GitLab CI for CI/CD implementation.

UncategorizedView skill →

claude-api

Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.

UncategorizedView skill →

cloud-devops-expert

Cloud and DevOps expert including AWS, GCP, Azure, and Terraform

UncategorizedView skill →

Page 4 of 12 · 575 results