23 skills found
jarrodwatts / claude-hudA Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress
matt1398 / claude-devtoolsThe missing DevTools for Claude Code — inspect every tool call, subagent, and token like a browser inspector
dadbodgeoff / driftCodebase intelligence for AI. Detects patterns & conventions + remembers decisions across sessions. MCP server for any IDE. Offline CLI.
marmotdata / marmotMarmot is an open-source data catalog designed for teams who want powerful data discovery without enterprise complexity. Catalog every data asset, enrich it with the context that matters and make it accessible to your team and your AI tools.
arpitg1304 / robotics-agent-skillsAgent skills that make AI coding assistants write production-grade robotics software. ROS1, ROS2, design patterns, SOLID principles, and testing — for Claude Code, Cursor, Copilot, and any SKILL.md-compatible agent.
bocato / swift-testing-agent-skillAgent Skill providing expert Swift Testing guidance for AI coding tools: covering test doubles, fixtures, async patterns, XCTest migration, and testing best practices.
OutlineDriven / outline-driven-developmentOutline Driven Development – Beyond "specs" or "vibes" using AST analysis and Modern CLI Tools w/ context engineering; batteries-included
PatrickSys / codebase-contextGenerate a map of your codebaseto help AI Agents understand your architecture, coding conventions and patterns. Discoverable with Semantic Search
Innei / media-library-organizer-skillA Claude Code skill for organizing media libraries (movies, TV, anime) — clean junk, merge scattered episodes, normalize folder names, verify completeness against TMDB
SpillwaveSolutions / mastering-typescript-skillClaude Code skill for enterprise-grade TypeScript development with type-safe patterns, modern tooling, and framework integration (React, NestJS)
Rick-Yin / skdformatShanghaiTech graduate thesis formatting, structure checking, and LaTeX implementation with shtthesis
majiayu000 / gates9-language quality gate validation: linting, formatting, type checking, and test execution. Validates code changes meet quality standards before completion
diegosouzapw / go-functional-optionsThe functional options pattern for Go constructors and public APIs
ajohnson388 / mv-architectureDefines the iOS application's code architectural pattern
nodejs-design-patterns-book / tasksSource for Website for Node.js Design Patterns, book by Mario Casciaro and Luciano Mammino, published by Packt (https://nodejsdp.link/buy)
iloveitaly / write-or-update-readmeA comprehensive structlog configuration with sensible defaults for development and production environments, featuring context management, exception formatting, and path prettification.
okimar42 / error-handling- Error Handling Requirements - All catch blocks must type errors as `unknown` - Use type guards to check error types - Always provide fallback error messages - Standard Pattern ```
MatthewDlr / cursorOpinionated Angular starter template.
agentictrustlabs / reactReact Rules Component Patterns - Use functional components with hooks - Use `React.useCallback` for event handlers passed as props - Use `React.useMemo` for expensive computations - Use `React.u
unger1984 / architecture-patternsA simple dart http server in Koa2 style
AslanGoldenhour / change-managementWhen Suggesting Changes - Always consider the existing project structure and patterns. - Explain the rationale behind your suggested changes. - When suggesting new features, first outline a test pl
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