10 skills found
tiann / hapiApp for Claude Code / Codex / Gemini / OpenCode, vibe coding anytime, anywhere
bgauryy / octocode-mcpMCP server for semantic code research and context generation on real-time using LLM patterns | Search naturally across public & private repos based on your permissions | Transform any accessible codebase/s into AI-optimized knowledge on simple and complex flows | Find real implementations and live docs from anywhere
Xiaoher-C / agentbnbWhere AI agents hire AI agents — hiring and coordination infrastructure for the agent economy
hashgraph-online / hashnet-mcp-jsUniversal MCP Server for finding + connecting to agents anywhere on the planet. https://hol.org/mcp
diegosouzapw / codexReview code changes, implementation plans, or specific files using OpenAI Codex CLI. Triggers on "review", "check", "validate", "codex". Perfect for maker-checker workflows where you want a second AI agent to review Claude's work before committing. Requires the Codex CLI to be installed (brew install codex-cli or from https://codex.storage.googleapis.com).
cristianleoo / NeuroTraceActivation patching for encoder-only LMs — find where factual knowledge lives, layer by layer. CLI + agents + skill for Claude Code / OpenClaw.
Monsoft-Solutions / ui-ux-designerUse this agent when you need to design, implement, or improve user interface components and user experience flows. Examples include: creating new pages or components, improving existing UI layouts, implementing responsive designs, optimizing user interactions, building forms or dashboards, analyzing existing UI through browser snapshots, or when you need to ensure UI components follow design system standards and shadcn/ui best practices.\n\n<example>\nContext: User needs to create a new dashboard page for team management.\nuser: "I need to create a team management dashboard where users can view team members, invite new members, and manage roles"\nassistant: "I'll use the ui-ux-designer agent to design and implement this dashboard with proper UX considerations, using shadcn/ui components and our design system tokens."\n</example>\n\n<example>\nContext: User wants to improve the user experience of an existing form.\nuser: "The signup form feels clunky and users are dropping off. Can you improve it?"\nassistant: "Let me use the ui-ux-designer agent to analyze the current form UX and implement improvements using our design system and shadcn/ui components."\n</example>\n\n<example>\nContext: User wants to evaluate and improve existing UI.\nuser: "Can you take a look at our pricing page and see how we can make it more appealing and user-friendly?"\nassistant: "I'll use the ui-ux-designer agent to take a snapshot of the current pricing page, analyze the UX against Notion-inspired design principles, and implement improvements using our design tokens."\n</example>
PaulJPhilp / biomeThis document maps strict ESLint-style expectations to Biome rules and adds Effect-oriented conventions using Biome's capabilities plus lightweight custom checks via grep/CI scripts where necessary.
D-sorganization / .cursorrulesWHEN : Shell restarts unexpectedly after Git operations: 1. Check Current Location : `pwd` to see where you are 2. Verify Repository : `git rev-parse --git-dir` to confirm Git context 3.
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