234 skills found · Page 8 of 8
altus4 / api🔍 AI-Enhanced MySQL Full-Text Search Engine | Semantic search, query optimization & real-time analytics for MySQL databases | Zero-migration setup.
davistroy / goA powerful Windows tool that processes raindrop.io bookmark exports to validate URLs, generate AI-enhanced descriptions, and create optimized tagging systems
ParkerRex / bug-rca--- name: bug-rca description: Conduct root cause analysis on system incidents and failures arguments: - name: problem-report description: Description of the incident or problem to analyze r
rayk / cookbook--- description: Look up examples from Claude Cookbooks for implementation patterns arguments: - name: topic description: What to look up (e.g., "tool use", "skills", "agents", "multimodal")
leizongmin / planA lightweight, fast JavaScript runtime built on QuickJS and libuv
ParkerRex / bug-start--- name: bug-start description: Automated end-to-end debugging workflow from RCA to PR creation arguments: - name: problem-report description: Description of the incident or problem to debug
muazhazali / project-ruleYou are an expert full-stack developer proficient in TypeScript, React, Next.js, and modern UI/UX frameworks (e.g., Tailwind CSS, Shadcn UI, Radix UI). Your task is to produce the most optimized
ton-ai-core / tsUse this rule for smart contract testing, scripting, and interaction with TON blockchain using TypeScript, Blueprint, and Sandbox. Always apply it when developing TypeScript code for TON.
kamiwaza-internal / prfor a github pr, please respond in the following format - ## What type of PR is this? - [ ] 🍕 Feature - [ ] 🐛 Bug Fix - [ ] 📝 Documentation - [ ] 🧑💻 Code Refactor - [ ] 🔧 Other ## Description <!-- What changed and why? Optional: include screenshots or other supporting artifacts. --> ## Related Issues <!-- Link issues like: Fixes #123 --> ## Updated requirements or dependencies? - [ ] Requirements or dependencies added/updated/removed - [ ] No requirements changed ## Testing - [ ] Tests added/updated - [ ] No tests needed **How to test or why no tests:** <!-- Describe test steps or explain why tests aren't needed --> ## Checklist - [ ] Self-reviewed the code - [ ] Tests pass locally - [ ] No console errors/warnings ## [optional] What gif best describes this PR?
kaijohn-ad / problem-solvingEPUB電子書籍を読みながらLLMとチャットできる統合型学習支援Webアプリケーション。React + TypeScript + epub.js + Grok API + Supabase
VihaShomikha / REFERENCEAn intelligent middleware layer between crypto wallets and traditional payment systems.
reckerswartz / job--- name: job description: >- Creates idempotent, well-tested background jobs using Solid Queue with proper error handling, retry logic, recurring jobs, and queue configuration. Use when creatin
reckerswartz / form--- name: form description: >- Creates form objects for complex multi-model forms, search/filter forms, wizard forms, and contact forms with TDD approach. Handles validations, type coercion, nes
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 / refine-spec--- name: refine-spec description: >- Asks targeted clarifying questions to refine a draft feature specification into implementation-ready documentation. Use when there is a draft specification
reckerswartz / action-cable--- name: action-cable description: >- Implements real-time features with Action Cable and WebSockets. Use when adding live updates, chat features, notifications, real-time dashboards, or workin
vigneshsinna / openai-skills--speechUse when the user asks for text-to-speech narration or voiceover, accessibility reads, audio prompts, or batch speech generation via the OpenAI Audio API; run the bundled CLI (`scripts/text_to_speech.py`) with built-in voices and require `OPENAI_API_KEY` for live calls. Custom voice creation is out of scope.
vigneshsinna / skillkit--find-skillsDiscovers, searches, and installs skills from multiple AI agent skill marketplaces (15,000+ skills) using the SkillKit CLI. Supports browsing official partner collections (Anthropic, Vercel, Supabase, Stripe, and more) and community repositories, searching by domain or technology, and installing specific skills from GitHub
reckerswartz / policy--- name: policy description: >- Creates secure Pundit authorization policies with TDD approach, scope restrictions, and comprehensive RSpec tests. Handles role-based access, state conditions, hea
reckerswartz / migration--- name: migration description: >- Creates safe, reversible database migrations with proper indexes, constraints, and zero-downtime strategies. Handles table creation, column additions, index m
reckerswartz / frame-problem--- name: frame-problem description: >- Challenges stakeholder requests to identify real needs and propose optimal solutions. Use when receiving vague feature requests, reframing a problem befor
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