code▌
159 indexed skills · max 10 per page
running-claude-code-via-litellm-copilot
xixu-me/skills · AI/ML
Use this skill for the specific workaround where Claude Code keeps its Anthropic-shaped client behavior, but the actual backend traffic is sent to a local LiteLLM proxy and then forwarded to GitHub Copilot.
claude-code-history-files-finder
daymade/claude-code-skills · AI/ML
Extract and recover content from Claude Code's session history files stored in ~/.claude/projects/.
flutter-dart-code-review
affaan-m/everything-claude-code · Productivity
Comprehensive, library-agnostic checklist for reviewing Flutter/Dart applications. These principles apply regardless of which state management solution, routing library, or DI framework is used.
production-code-audit
davila7/claude-code-templates · Productivity
Autonomously analyze the entire codebase to understand its architecture, patterns, and purpose, then systematically transform it into production-grade, corporate-level professional code. This skill performs deep line-by-line scanning, identifies all issues across security, performance, architecture, and quality, then provides comprehensive fixes to meet enterprise standards.
n8n-code-python
czlonkowski/n8n-skills · Backend
$22
git-guardrails-claude-code
mattpocock/skills · AI/ML
Intercept and block dangerous git commands before Claude executes them via PreToolUse hooks. \n \n Blocks five command categories: git push (including --force ), git reset --hard , git clean , git branch -D , and git checkout / git restore on tracked files \n Installs as a bash hook script to either project scope ( .claude/settings.json ) or globally ( ~/.claude/settings.json ) \n Customizable blocklist: edit the hook script to add or remove patterns based on your safety requirements \n Claude r
clean-code
vudovn/antigravity-kit · Productivity
CRITICAL SKILL - Be concise, direct, and solution-focused.
code-reviewer
google-gemini/gemini-cli · Productivity
Automated code review for local changes and remote pull requests with structured analysis across correctness, maintainability, and security. \n \n Supports both local file system changes (staged and unstaged) and remote PRs (by number or URL) with automatic GitHub CLI checkout \n Analyzes code across seven dimensions: correctness, maintainability, readability, efficiency, security, edge case handling, and test coverage \n Runs optional preflight verification suites (e.g., npm run preflight ) to
microsoft-code-reference
github/awesome-copilot · Productivity
Verify Microsoft SDK methods, find working code samples, and catch hallucinated APIs against official docs. \n \n Three core tools: microsoft_docs_search for API lookups, microsoft_code_sample_search for working examples in C#/Python/JavaScript, and microsoft_docs_fetch for full reference pages with overloads \n Catches common mistakes like wrong method signatures, deprecated patterns, mismatched SDK versions (v11 vs v12), and incorrect package names \n Works with Azure SDKs, .NET libraries, and