Browse Skills
719 skills found
layer-testing.md
3
1
export
layer-testing
2
from
"bengous/claude-code-plugins"
from
"bengous/claude-code-plugins"
3
Opinionated plugins and workflow extensions for Claude Code.
2026-04-25
php-testing.md
3
1
export
php-testing
2
from
"pluginagentmarketplace/custom-plugin-php"
from
"pluginagentmarketplace/custom-plugin-php"
3
PHP Development Plugin
2026-06-02
checking-quality.md
3
1
export
checking-quality
2
from
"team-mirai-volunteer/kokkai-join"
from
"team-mirai-volunteer/kokkai-join"
3
Ensures code quality through comprehensive checks including TDD practices, lint/test/build validation, and prevention of common mistakes. Use after completing implementations, fixing bugs, refactoring, or before committing code.
2025-11-25
tdd.md
3
1
export
tdd
2
from
"motoki317/dotfiles"
from
"motoki317/dotfiles"
3
Guide Test-Driven Development using Kent Beck's Red-Green-Refactor cycle. Use when writing tests, implementing features via TDD, or following plan.md test instructions.
2026-06-02
complete-test.md
3
1
export
complete-test
2
from
"alvis/.claude"
from
"alvis/.claude"
3
Achieves 100% test coverage with minimal redundancy through progressive test writing. Writes tests one-at-a-time with immediate coverage verification, removes redundant tests while maintaining coverage, fixes standards violations, restructures fixtures. Use when creating test suites for existing code, or optimizing test efficiency
2026-06-04
test.md
3
1
export
test
2
from
"matte1782/lecture-mind"
from
"matte1782/lecture-mind"
3
VL-JEPA Lecture Summarizer - Event-aware lecture summarization using vision-language understanding
2026-05-15
concierge.md
3
1
export
concierge
2
from
"tonyandrewmeyer/charming-with-claude"
from
"tonyandrewmeyer/charming-with-claude"
3
Experimentation with using Anthropic's Claude tool to build simple charms
2026-06-03
tdd-cycle.md
3
1
export
tdd-cycle
2
from
"Fortiz2305/dotfiles"
from
"Fortiz2305/dotfiles"
3
Repository which contains my dotfiles
2026-01-24
writing-agent-skills.md
3
1
export
writing-agent-skills
2
from
"kylehughes/knapsack"
from
"kylehughes/knapsack"
3
Personal dot files and development environment configuration for macOS.
2026-06-05
simulate-uat.md
3
1
export
simulate-uat
2
from
"oocx/tfplan2md-uat"
from
"oocx/tfplan2md-uat"
3
Dedicated repository for UAT (User Acceptance Testing) of tfplan2md markdown rendering
2026-02-19
exploitation-knowledge.md
3
1
export
exploitation-knowledge
2
from
"CharlesKozel/Pentest-Agent-Evalulator"
from
"CharlesKozel/Pentest-Agent-Evalulator"
3
Comprehensive knowledge about vulnerability exploitation and initial access. Provides expertise on finding and adapting exploits, adapting proof-of-concepts, gaining shells, and capturing user flags. Covers reverse shells, file uploads, SQL injection, and RCE vulnerabilities.
2025-12-13
bootstrap-node.md
3
1
export
bootstrap-node
2
from
"X-McKay/kubani"
from
"X-McKay/kubani"
3
Playground for Kubernetes testing
2026-05-10
tdd.md
3
1
export
tdd
2
from
"48Nauts-Operator/opencode-baseline"
from
"48Nauts-Operator/opencode-baseline"
3
My personal OpenCode baseline
2026-04-07
code-review.md
3
1
export
code-review
2
from
"DavidDworetzky/Geist"
from
"DavidDworetzky/Geist"
3
Private Local Server for AI Assistants, using Anthropic, Open AI, Llama and Qwen models.
2026-02-21
complete-skill.md
3
1
export
complete-skill
2
from
"nitromike502/claude-code-config-manager"
from
"nitromike502/claude-code-config-manager"
3
Web Interface to Manage Claude Code Instances and Configurations
2026-05-08
update-ai-models.md
3
1
export
update-ai-models
2
from
"rot1024/honyo"
from
"rot1024/honyo"
3
Instant AI translation anywhere: select text and double-copy (C+C)
2026-03-26
oversized-skill.md
3
1
export
oversized-skill
2
from
"princespaghetti/skset"
from
"princespaghetti/skset"
3
A skill with an oversized SKILL.md file for testing warnings
2026-05-22
dockerfile-best-practices.md
3
1
export
dockerfile-best-practices
2
from
"obeone/claude-skills"
from
"obeone/claude-skills"
3
🧠 Modular skills for autonomous AI agents. Production-ready Docker & Kubernetes tooling with built-in validators. Install once, use everywhere.
2026-05-27
browser-testing-patterns.md
3
1
export
browser-testing-patterns
2
from
"tommymorgan/claude-plugins"
from
"tommymorgan/claude-plugins"
3
This skill should be used when performing browser-based exploratory testing of web applications, including functional testing, visual inspection, accessibility checks, and performance analysis. Triggers when testing web UIs, checking for browser bugs, validating WCAG compliance, or measuring Core Web Vitals.
2026-05-01
marp-html-to-png.md
2
1
export
marp-html-to-png
2
from
"Ryunosuke-Tanaka-sti/claude_and_blog_seminar"
from
"Ryunosuke-Tanaka-sti/claude_and_blog_seminar"
3
Create HTML diagrams for Marp slides and capture them as PNG screenshots using Playwright MCP
2025-11-22
using-firebase.md
2
1
export
using-firebase
2
from
"SpillwaveSolutions/using-firebase"
from
"SpillwaveSolutions/using-firebase"
3
Comprehensive Firebase development guidance for GCP-hosted applications. Covers Firestore database operations (CRUD, queries, transactions, data modeling), Cloud Functions (1st and 2nd generation, TypeScript and Python, all trigger types), Firebase CLI operations, emulator setup and data persistence, security rules (Firestore and Storage), authentication integration, hosting configuration, and GCP service integration. Use when working with Firebase projects, deploying Cloud Functions, querying Firestore, setting up triggers (Firestore, Auth, Storage, HTTP, Callable, Scheduled, Pub/Sub), managing security rules, configuring hosting rewrites/headers, managing secrets, or integrating with GCP services like BigQuery and Cloud Tasks. Triggers include firebase, firestore, cloud functions, firebase functions, firebase hosting, firebase auth, firebase storage, firebase emulator, firebase deploy, firebase init, firebase rules, callable function, scheduled function, onDocumentCreated, onRequest, onCall, onSchedule.
2026-02-16
testing.md
2
1
export
testing
2
from
"az9713/claude-code-agentic-framework"
from
"az9713/claude-code-agentic-framework"
3
A Claude Code plugin implementing the Codebase Singularity concept - enabling AI agents to operate your codebase autonomously through planning, building, reviewing, and fixing workflows.
2026-05-01
claude-md-manager.md
2
1
export
claude-md-manager
2
from
"buvis/home"
from
"buvis/home"
3
Bob's Universal and Very Intelligent System home directory
2026-05-18
maven-builder-for-foolish-language.md
2
1
export
maven-builder-for-foolish-language
2
from
"frcusaca/foolish"
from
"frcusaca/foolish"
3
The Foolish language
2026-03-12