google-agents-cli-adk-code
Low Risk 71Write Google ADK Agent Code with Confidence
by google
Building agents with Google ADK requires knowing dozens of API patterns. This skill provides a curated reference for agent definitions, tools, callbacks, multi-agent orchestration, and graph workflows so you write correct code on the first try.
frontend-review
Safe 73Review Frontend Code Before Merge
by yaojingang
Frontend pull requests often contain bugs, accessibility issues, and style violations that slip past manual review. This skill provides a structured workflow for Claude to systematically review frontend code changes before they are merged.
broken-skill
Low Risk 69Broken Skill Test Fixture
by yaojingang
This is a deliberately broken skill fixture designed to test packager error handling. It is not intended for production use but serves as a validation case for development tooling.
python-executor
Low Risk 71Execute Python Code in a Sandboxed Environment
by qu-skills
Setting up Python environments with specialized libraries takes time and effort. This skill runs Python code in a remote sandbox with 100+ libraries pre-installed, accessible via a simple CLI command.
web-artifacts-builder
Low Risk 71Build React Artifacts with shadcn/ui Components
by ZhanlinCui
Creating multi-component React artifacts for Claude conversations requires complex bundling and configuration. This skill automates project setup with React 18, TypeScript, Tailwind CSS, and 40+ shadcn/ui components, then bundles everything into a single HTML file.
vercel-react-best-practices
Safe 72Optimize React and Next.js Performance with Vercel Guidelines
by ZhanlinCui
Building performant React applications requires understanding complex optimization patterns. This skill provides 45 prioritized rules from Vercel Engineering to guide AI in writing, reviewing, and refactoring React and Next.js code for optimal performance.
test-driven-development
Safe 72Apply Test-Driven Development
by ZhanlinCui
Writing tests after code leads to false confidence and missed edge cases. This skill enforces the TDD discipline: write a failing test first, then implement just enough code to pass.
requesting-code-review
Safe 74Request AI Code Review
by ZhanlinCui
Developers often miss issues in their own code because they are too close to the implementation. This skill dispatches an AI subagent to review code changes against requirements, checking quality, architecture, testing, and production readiness before merging.
Internationalizing Websites
Low Risk 67Add Multi-Language Support to Next.js
by ZhanlinCui
This skill automates adding multi-language support to Next.js websites, including hreflang tags, locale configuration, translation files, and SEO optimization for international markets.
ariadne-loop
Safe 74Write Verifiable Agent Loop Specs
by zhangzeyu99-web
Coding agents often produce work that cannot be checked. This skill turns vague agent requests into a bounded loop contract with snapshot JSON, observable verifiers, stop rules, and explicit human gates.
chatcrystal-debug-recall
Safe 74Recall Historical Debugging Solutions
by ZengLiangYi
Stop reinventing the wheel when debugging. This skill recalls historical fixes and root causes from your ChatCrystal memory, helping you diagnose failing tests, compiler errors, and runtime exceptions faster by leveraging past debugging sessions.
mcp-builder
Low Risk 71Build MCP servers for LLM tool integration
by YYH211
Creating effective MCP servers requires understanding protocol specifications, SDK patterns, and testing strategies. This skill provides comprehensive guides for building high-quality MCP servers in Python and TypeScript with evaluation frameworks to validate tool effectiveness.
dry-refactoring
Safe 71Eliminate Code Duplication with DRY Refactoring
by YYH211
Code duplication leads to maintenance nightmares and inconsistent behavior. This skill guides you through a systematic 4-step process to identify, abstract, replace, and verify refactoring changes that eliminate repetition and improve code quality.
lint-fixer
Safe 69Fix lint issues with project lint workflow
by yamadashy
Lint failures slow down code reviews and block releases. This skill runs the project lint workflow and guides fixes while keeping code behavior unchanged.
browser-extension-developer
Safe 70Build cross-browser extensions with WXT
by yamadashy
Browser extension projects often struggle with cross-browser compatibility and proper internationalization setup. This skill provides clear guidance for WXT-based extension development supporting Chrome, Firefox, and Edge with proper i18n structure.
develop-userscripts
Safe 72Develop Tampermonkey and ScriptCat Userscripts
by xixu-me
Building browser userscripts requires understanding metadata blocks, GM APIs, and runtime-specific differences between Tampermonkey and ScriptCat. This skill provides structured guidance for creating, debugging, and publishing userscripts with proper permissions and best practices.
code-reviewer
Safe 70Review MERN code for security and quality
by 9tykeshav
Code reviews catch bugs before deployment but are time-consuming. This skill provides structured checklists, security patterns, and best practices for MERN stack reviews to ensure nothing critical is missed.
backend-test-writer
Safe 69Generate backend tests with smart detection
by 9tykeshav
Writing backend tests takes significant time and requires knowledge of test frameworks. This skill analyzes your code structure, detects your testing setup, and generates comprehensive tests covering happy paths, error cases, and edge cases.
nextjs-devtools
Medium Risk 61Debug Next.js applications with MCP tools
by 92Bilal26
Debugging complex Next.js applications requires inspecting routes, components, and build configurations. This skill provides MCP-based tools to list routes, examine components, and check build info directly from your development environment.
mcp-builder
Low Risk 68Build MCP servers for external APIs
by 92Bilal26
Creating MCP servers for external services requires understanding protocol specifications, tool design patterns, and evaluation methodologies. This guide provides comprehensive instructions for building production-quality MCP servers in Python and TypeScript with best practices for tool design, authentication, error handling, and testing.