Browse Skills

1071 skills found

deploy.md
0
1 export deploy
2 ChakshuGautam from "ChakshuGautam/games"
3 Enforces local testing before any deployment. MUST be used before running vercel, git push, or any deployment command. Prevents deploying untested code.
2026-01-05
sharepoint-audit.md
0
1 export sharepoint-audit
2 Aqualia from "Aqualia/Skills-Library"
3 Guide and run a SharePoint audit locally. Collect inputs, confirm PowerShell 7.4+ and Python 3.10+ are available, call PowerShell with certificate auth via wrapper, parse audit.json, and render Markdown/HTML. Use only local shell commands.
2026-01-05
test.md
0
1 export test
2 matte1782 from "matte1782/lecture-mind"
3 Testing workflow for quality assurance. Use after implementation to run tests, check coverage, and validate critical paths.
2026-01-05
security-practices.md
0
1 export security-practices
2 tbhb from "tbhb/rig"
3 Security best practices for Python development. Activated when working with security concerns, input validation, injection prevention, or threat modeling.
2026-01-05
github-actions-testing-validation.md
0
1 export github-actions-testing-validation
2 willsigmon from "willsigmon/claude-skills"
3 Expert guidance for testing and validating GitHub Actions workflows before deployment - catches cache errors, path issues, monorepo dependencies, and service container problems that local testing misses
2026-01-05
build-test-auto.md
0
1 export build-test-auto
2 takutakahashi from "takutakahashi/claude-code-plugins"
3 Automatically builds and tests code changes. Use whenever code is modified, tests fail, before creating pull requests, or when verifying code quality.
2026-01-05
nextjs-supabase-auth.md
0
1 export nextjs-supabase-auth
2 1ncarnati0n from "1ncarnati0n/contech-dx"
3 Build production-ready Next.js 16 + Supabase authentication and role-based access control systems with 4-tier user roles (admin, main_user, vip_user, user). Use this skill when implementing authentication, user management, role-based permissions, or RLS policies in Next.js projects.
2026-01-05
jb.md
0
1 export jb
2 nijaru from "nijaru/jb"
3 Background job manager for long-running commands. Triggers on: "run in background", "takes a while", "long running", builds >30s, test suites, deployments, dev servers, anything that should survive session disconnect.
2026-01-05
pr-reviewer.md
0
1 export pr-reviewer
2 SpillwaveSolutions from "SpillwaveSolutions/pr-reviewer-skill"
3 Comprehensive GitHub Pull Request code review skill. This skill should be used when users provide a GitHub PR URL and request a code review. Automatically fetches PR metadata, diff, comments, commits, and related issues using gh CLI. Creates organized review workspace, analyzes code against industry-standard criteria (functionality, security, testing, maintainability), and optionally adds inline comments to the PR. Trigger phrases include review this PR, code review, review pull request, check this PR, or when a GitHub PR URL is provided.
2026-01-05
jira-ticket-estimator.md
0
1 export jira-ticket-estimator
2 kennyth01 from "kennyth01/jira-ticket-estimator"
3 This skill should be used when estimating development time for Jira tickets. It provides both manual and AI-assisted estimates with T-shirt sizes, story points, and phase-by-phase time breakdowns based on task type classification, complexity scoring, and project architecture (monolithic/serverless/frontend/fullstack/mobile/test_automation).
2026-01-05
review.md
0
1 export review
2 michael-menard from "michael-menard/monorepo"
3 Comprehensive code review with parallel specialist sub-agents. Analyzes requirements traceability, code quality, security, performance, accessibility, test coverage, and technical debt. Produces detailed findings and calls /qa-gate for final gate decision.
2026-01-05
playwright.md
0
1 export playwright
2 VitorAndTxr from "VitorAndTxr/Bioteca.Prism.InteroperableResearchInterfaceSystem"
3 Browser automation scripts for testing, screenshots, and web interaction. 16 scripts with persistent state.
2026-01-05
test-before-commit.md
0
1 export test-before-commit
2 unsealed-networks from "unsealed-networks/unsealed-networks"
3 Enforces running unit tests and linting before committing code changes in the unsealed-networks repository
2026-01-05
oversized-skill.md
0
1 export oversized-skill
2 princespaghetti from "princespaghetti/skset"
3 A skill with an oversized SKILL.md file for testing warnings
2026-01-05
testing-patterns.md
0
1 export testing-patterns
2 grmkris from "grmkris/yoda.fun"
3 Test infrastructure patterns - PGlite for in-memory PostgreSQL, Redis/S3 mocks, TestSetup factory, Vitest. Use when writing tests or adding test infrastructure.
2026-01-05
quality-assurance.md
0
1 export quality-assurance
2 JohnStrunk from "JohnStrunk/CommonCast"
3 Use proactively to ensure code quality through reviews and testing. This is particularly important after code generation or changes.
2026-01-05
og-image-creator.md
0
1 export og-image-creator
2 andhikapraa from "andhikapraa/curhatin-ai"
3 Smart OG image generation that studies your codebase, understands routes and brand identity, then creates contextually appropriate Open Graph images using Playwright and React components. Triggers: "create og images", "generate social cards", "add open graph images".
2026-01-05
agent-workflow.md
0
1 export agent-workflow
2 manx from "manx/PomodoroTimeTracker"
3 Agent orchestration patterns for the Pomodoro Time Tracker. Activates for multi-agent tasks, test failures, or complex implementations.
2026-01-05
flutter-architecture.md
0
1 export flutter-architecture
2 abhishekbrt from "abhishekbrt/GlowState"
3 Feature-first architecture patterns for scalable Flutter apps. Covers project structure, dependency injection with Riverpod, repository pattern, and clean architecture layers. Use when setting up new projects, creating features, or making structural decisions.
2026-01-05
loopwish-backend-go.md
0
1 export loopwish-backend-go
2 LoopWish from "LoopWish/backend"
3 Workflows for the Loopwish Go backend (Gin): run locally, add/modify REST endpoints, and validate with go test/build and golangci-lint.
2026-01-05
frontend-security.md
0
1 export frontend-security
2 schalkneethling from "schalkneethling/webdev-agent-skills"
3 Audit frontend codebases for security vulnerabilities and bad practices. Use when performing security reviews, auditing code for XSS/CSRF/DOM vulnerabilities, checking Content Security Policy configurations, validating input handling, reviewing file upload security, or examining Node.js/NPM dependencies. Target frameworks include web platform (vanilla HTML/CSS/JS), React, Astro, Twig templates, Node.js, and Bun. Based on OWASP security guidelines.
2026-01-05
github-actions-workflow.md
0
1 export github-actions-workflow
2 ehtbanton from "ehtbanton/ClaudeSkillsRepo"
3 Generate GitHub Actions workflow YAML files for CI/CD pipelines including testing, building, and deployment automation. Triggers on "create GitHub Actions workflow", "generate CI/CD pipeline", "GitHub workflow for", "actions yaml for".
2026-01-05
reverse-proxy.md
0
1 export reverse-proxy
2 lakowske from "lakowske/network-admin"
3 Manage incoming internet traffic and reverse proxy configuration on the home network gateway. Configure Caddy, OAuth2 authentication, fail2ban security, and traffic routing.
2026-01-05
telegram-mini-apps-sdk.md
0
1 export telegram-mini-apps-sdk
2 Kaiukov from "Kaiukov/budgetbot_tg_mini_app"
3 Comprehensive manual for Telegram Mini Apps SDK. Use when developers need guidance on creating web applications inside Telegram, working with WebApp API, managing user data, handling authentication via initData, implementing buttons and events, working with storage, and integrating with Telegram ecosystem features.
2026-01-05