11 skills found
PackmindHub / packmindPackmind seamlessly captures your engineering playbook and turns it into AI context, guardrails, and governance.
ombulabs / claude-code_rails-upgrade-skillA Claude Code Skill to Upgrade Rails
dunialabs / peta-coreThe Control Plane for MCP — secure vault, managed runtime, audit trail, and policy-based approvals.
seuros / mcp_rails_templateA minimal Rails API template for creating MCP (Model Context Protocol) servers with robust tool execution capabilities and examples.
trotsky1997 / hook-rule-interviewerInterview the user to design a project-level Hookify V2 or Pi hook rule set for a repository. Use this whenever the user wants help defining `.pi/hookify.*.local.yaml` rules, choosing `on / when / do / respond`, designing repo-wide guardrails, approvals, command or file safety checks, prompt transforms, rollout policy, or asks things like "design my hook rules", "what hooks should I enable", "repo guardrails", "制定项目级 hook 规则", or "帮我设计项目级 guardrails", even if they do not mention Hookify by name.
tyrchen / styleMotherDuck-inspired front-end style guardrails
vydramain / agentsПравила работы с агентами в Cursor Эти правила интегрируют агентов-специалистов в Cursor для упрощенного использования. Global Guardrails (MUST follow) All agents MUST follow these canonical
reckerswartz / concern--- name: concern description: >- Creates Rails concerns for shared behavior across models or controllers with TDD. Use when extracting shared code, creating reusable modules, DRYing up models/c
reckerswartz / solid-queue--- name: solid-queue description: >- Configures Solid Queue for background jobs in Rails 8. Use when setting up background processing, creating background jobs, configuring job queues, or migra
reckerswartz / error-detective--- name: error-detective description: >- Correlates Rails errors, log patterns, stack traces, and recent code paths to narrow investigations quickly. Use when diagnosing production-like failures,
reckerswartz / rails-architecture--- name: rails-architecture description: >- Guides modern Rails 8 architecture decisions and code organization. Use when deciding where to put code, choosing between patterns (service vs concern