Browse Skills
9063 skills found
environment-configuration.md
1
1
export
environment-configuration
2
from
"omerakben/omer-akben"
from
"omerakben/omer-akben"
3
Environment variables, setup procedures, API configurations, and security for the omer-akben portfolio. Use when setting up the project, configuring services, or troubleshooting environment issues.
2026-01-05
test-writing-patterns.md
1
1
export
test-writing-patterns
2
from
"rubrical-studios/gh-pmu"
from
"rubrical-studios/gh-pmu"
3
Test structure, patterns, assertions, and test doubles
2026-01-05
architecture-validator.md
1
1
export
architecture-validator
2
from
"davidmatousek/product-led-spec-kit"
from
"davidmatousek/product-led-spec-kit"
3
Validates architecture documentation completeness by checking for technology stack, API specifications, database schema, security architecture, and alignment with feature specification. Ensures plan.md is complete before implementation.
2026-01-05
special-chars-skill.md
1
1
export
special-chars-skill
2
from
"sfmskywalker/agentskillsdotnet"
from
"sfmskywalker/agentskillsdotnet"
3
A skill testing special characters: quotes "test", apostrophes 'test', and symbols !@#$%
2026-01-05
test-automation.md
1
1
export
test-automation
2
from
"spjoshis/claude-code-plugins"
from
"spjoshis/claude-code-plugins"
3
Master test automation with Selenium, Cypress, Playwright, framework design, and maintainable automated tests.
2026-01-05
writing-agent-skills.md
1
1
export
writing-agent-skills
2
from
"kylehughes/knapsack"
from
"kylehughes/knapsack"
3
Author and structure effective Agent Skills. Use when creating new skills, refining existing ones, or auditing skill structure and best practices.
2026-01-05
agent-capabilities.md
1
1
export
agent-capabilities
2
from
"jgtolentino/insightpulse-odoo"
from
"jgtolentino/insightpulse-odoo"
3
Comprehensive documentation of Claude's capabilities for visual regression testing, CI/CD integration, and quality assurance automation. Use when setting up testing infrastructure, implementing visual regression, or understanding agent testing capabilities. (project)
2026-01-05
detection-engineering.md
1
1
export
detection-engineering
2
from
"refractionPOINT/lc-ai"
from
"refractionPOINT/lc-ai"
3
Expert Detection Engineer assistant for creating and testing D&R rules in LimaCharlie. Guides through understanding threats, researching event data (Schema, LCQL, Timeline), generating detection logic, testing rules against sample and historical data, and deploying validated rules. Use for building detections, writing D&R rules, testing detection logic, or when user wants to detect specific behaviors or threats.
2026-01-05
agentuity-cli-cloud-vector-stats.md
1
1
export
agentuity-cli-cloud-vector-stats
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
Get statistics for vector storage. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
performance-testing.md
1
1
export
performance-testing
2
from
"pacphi/ampel"
from
"pacphi/ampel"
3
Test application performance, scalability, and resilience. Use when planning load testing, stress testing, or optimizing system performance.
2026-01-05
practicing-tdd-with-jest.md
1
1
export
practicing-tdd-with-jest
2
from
"jls42/leapmultix"
from
"jls42/leapmultix"
3
Implements features following Test-Driven Development RED/GREEN/REFACTOR cycle with Jest. Use when adding new features, fixing bugs, or refactoring existing code
2026-01-05
aws-s3-management.md
1
1
export
aws-s3-management
2
from
"pluginagentmarketplace/custom-plugin-aws"
from
"pluginagentmarketplace/custom-plugin-aws"
3
Configure S3 buckets with security, lifecycle, and replication policies
2026-01-05
custom-plugin-flutter-skill-accessibility.md
1
1
export
custom-plugin-flutter-skill-accessibility
2
from
"pluginagentmarketplace/custom-plugin-flutter"
from
"pluginagentmarketplace/custom-plugin-flutter"
3
Production-grade Flutter accessibility mastery - Semantics API, screen readers (VoiceOver/TalkBack), WCAG 2.1 AA/AAA compliance, inclusive design patterns, automated a11y testing with comprehensive code examples
2026-01-05
agentuity-cli-cloud-vector-delete.md
1
1
export
agentuity-cli-cloud-vector-delete
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
Delete one or more vectors by key. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
agentuity-cli-cloud-db-get.md
1
1
export
agentuity-cli-cloud-db-get
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
Show details about a specific database. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
documentation-audit.md
1
1
export
documentation-audit
2
from
"troykelly/claude-skills"
from
"troykelly/claude-skills"
3
Use when documentation drift is detected. Comprehensively audits codebase and creates/updates Swagger, features docs, and general documentation to achieve full sync.
2026-01-05
library-detection.md
1
1
export
library-detection
2
from
"Consiliency/treesitter-chunker"
from
"Consiliency/treesitter-chunker"
3
Detect project stack from package manifests (package.json, pyproject.toml, go.mod, Cargo.toml, pubspec.yaml, CMakeLists.txt). Auto-identify frameworks, test tools, and build systems for onboarding.
2026-01-05
agentuity-cli-cloud-redis-show.md
1
1
export
agentuity-cli-cloud-redis-show
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
Show Redis connection URL. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
agentuity-cli-cloud-secret-push.md
1
1
export
agentuity-cli-cloud-secret-push
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
Push secrets from local .env file to cloud. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
kotlin-ktor.md
1
1
export
kotlin-ktor
2
from
"pluginagentmarketplace/custom-plugin-kotlin"
from
"pluginagentmarketplace/custom-plugin-kotlin"
3
Ktor framework - routing, authentication, WebSockets
2026-01-05
running-python.md
1
1
export
running-python
2
from
"yallup/claude-skills"
from
"yallup/claude-skills"
3
Runs Python scripts and manages projects using uv. Use when asked to run a python script, execute python code, run pytest, or install packages. Always uses uv instead of pip or bare python.
2026-01-05
unit-test-generator.md
1
1
export
unit-test-generator
2
from
"Lordjiggy/claude-code-marketplace"
from
"Lordjiggy/claude-code-marketplace"
3
Generates comprehensive unit tests for functions and classes in multiple languages
2026-01-05
faker.md
1
1
export
faker
2
from
"mcclowes/vague"
from
"mcclowes/vague"
3
Use when writing Vague (.vague) files that need realistic test data using faker generators for names, emails, addresses, dates, and more
2026-01-05
immutable-audit-trail-archiving.md
1
1
export
immutable-audit-trail-archiving
2
from
"starwreckntx/IRP__METHODOLOGIES-"
from
"starwreckntx/IRP__METHODOLOGIES-"
3
Archive immutable audit trails for accountability.
2026-01-05