Browse Skills
9063 skills found
agentuity-cli-auth-whoami.md
1
1
export
agentuity-cli-auth-whoami
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
Display information about the currently authenticated user. Requires authentication. Use for managing authentication credentials
2026-01-05
iterative-refinement.md
1
1
export
iterative-refinement
2
from
"d-o-hub/github-template-ai-agents"
from
"d-o-hub/github-template-ai-agents"
3
Execute iterative refinement workflows with validation loops until quality criteria are met. Use for test-fix cycles, code quality improvement, performance optimization, or any task requiring repeated action-validate-improve cycles.
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
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
systematic-debugging.md
1
1
export
systematic-debugging
2
from
"TechNickAI/python-template"
from
"TechNickAI/python-template"
3
Use when encountering bugs, test failures, or unexpected behavior - ensures root cause understanding before attempting fixes
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-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
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
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
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
kotlin-flow.md
1
1
export
kotlin-flow
2
from
"pluginagentmarketplace/custom-plugin-kotlin"
from
"pluginagentmarketplace/custom-plugin-kotlin"
3
Kotlin Flow - StateFlow, SharedFlow, operators, testing
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
nestjs.md
1
1
export
nestjs
2
from
"pluginagentmarketplace/custom-plugin-nodejs"
from
"pluginagentmarketplace/custom-plugin-nodejs"
3
Build enterprise-grade Node.js applications with NestJS framework, TypeScript, dependency injection, and modular architecture
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
strategy-translator.md
1
1
export
strategy-translator
2
from
"xbklairith/kisune"
from
"xbklairith/kisune"
3
Use when converting strategy documentation to code - translates markdown strategy docs into Python functions (for backtesting frameworks like Backtrader) and TradingView Pine Script. Activates when user says "convert to Python", "generate Pine Script", "code this strategy", mentions "backtest", or uses /trading:translate command.
2026-01-05
sqlmodel-database.md
1
1
export
sqlmodel-database
2
from
"mjunaidca/mjs-agent-skills"
from
"mjunaidca/mjs-agent-skills"
3
Design and implement database schemas using SQLModel with sync and async patterns. Use this skill when creating database models, setting up Neon PostgreSQL connections, defining relationships (one-to-many, many-to-many), implementing FastAPI dependency injection, or migrating schemas. Covers both sync Session and async AsyncSession patterns.
2026-01-05
account-security-validation.md
1
1
export
account-security-validation
2
from
"starwreckntx/IRP__METHODOLOGIES-"
from
"starwreckntx/IRP__METHODOLOGIES-"
3
Validate account security and authentication protocols.
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
kotlin-spring-boot.md
1
1
export
kotlin-spring-boot
2
from
"ashchupliak/dream-team"
from
"ashchupliak/dream-team"
3
Kotlin/Spring Boot 3.x patterns - use for backend services, REST APIs, dependency injection, controllers, and service layers
2026-01-05
finishing-a-development-branch.md
1
1
export
finishing-a-development-branch
2
from
"JohnStrunk/template"
from
"JohnStrunk/template"
3
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
2026-01-05
component-generator.md
1
1
export
component-generator
2
from
"mesbahtanvir/ishkul"
from
"mesbahtanvir/ishkul"
3
Generates new React Native components following Ishkul patterns. Creates component with proper TypeScript types, theme integration, variant support, accessibility, and matching test file. Use when creating reusable UI components.
2026-01-05
security-auditor.md
1
1
export
security-auditor
2
from
"deve1993/Quickfy-website"
from
"deve1993/Quickfy-website"
3
Expert in web security, XSS prevention, CSRF protection, Content Security Policy, authentication patterns, secure data handling, and dependency vulnerability scanning
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-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