- Home
- /
- Categories
- /
- Types
Types
Type checking and type generation
Security Principles
by exceptionless
Security best practices for the Exceptionless codebase. Secrets management, input validation, secure defaults, and avoiding common vulnerabilities. Keywords: security, secrets, encryption, PII, logging, input validation, secure defaults, environment variables, OWASP, cryptography
valid-skill
by pproenca
A valid test skill with proper formatting. This skill should pass all validations and serves as a reference for the expected format.
invalid--name
by pproenca
This skill has consecutive hyphens in the name which should fail validation.
atlas-best-practices
by NeverSight
Patterns for Atlas database schema management covering HCL/SQL schema definitions, versioned and declarative migrations, linting analyzers, testing, and project configuration. Use when working with atlas.hcl, .hcl schema files, Atlas CLI commands, or database migrations.
Jira Project Management Skill
by NeverSight
A crawler script to fetch skill data from network, automatically executed daily via GitHub Actions.
sanity-best-practices
by sanity-io
Comprehensive Sanity development best practices covering integration guides (Next.js, Nuxt, Astro, Remix, SvelteKit, Hydrogen), GROQ performance, schema design, Visual Editing, images, Portable Text, page builders, Studio configuration, TypeGen, localization, and migrations. Use this skill when building, reviewing, or optimizing Sanity applications.
architecture-paradigm-cqrs-es
by athola
'CQRS and Event Sourcing for auditability, read/write separation, and
annotations
by dropseed
Workflow for adding type annotations to Plain packages. Use this when adding or improving type coverage.
angular-di
by zard-ui
Implement dependency injection in Angular v20+ using inject(), injection tokens, and provider configuration. Use for service architecture, providing dependencies at different levels, creating injectable tokens, and managing singleton vs scoped services. Triggers on service creation, configuring providers, using injection tokens, or understanding DI hierarchy.
developer-growth-analysis
by ComposioHQ
Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.
conventional-commits
by knoopx
"Writes and reviews Conventional Commits commit messages (v1.0.0) to support semantic versioning and automated changelogs. Use when drafting git commit messages, PR titles, release notes, or when enforcing a conventional commit format (type(scope): subject, BREAKING CHANGE, footers, revert)."
ios-simulator-skill
by conorluddy
21 production-ready scripts for iOS app testing, building, and automation. Provides semantic UI navigation, build automation, accessibility testing, and simulator lifecycle management. Optimized for AI agents with minimal token output.
binary-analysis-patterns
by rmyndharis
Master binary analysis patterns including disassembly, decompilation, control flow analysis, and code pattern recognition. Use when analyzing executables, understanding compiled code, or performing static analysis on binaries.
backend-security-coder
by rmyndharis
Expert in secure backend coding practices specializing in input
architecture-paradigm-hexagonal
by athola
'Decouple domain logic from infrastructure using Hexagonal (Ports & Adapters)
war-room-checkpoint
by athola
"Inline reversibility assessment for embedded War Room escalation from commands. Use at decision points to determine escalation need. Skip for standalone strategic decisions."
mission-orchestrator
by athola
'Unified lifecycle orchestrator for attune project development. Auto-detects
shared-patterns
by athola
'Reference these patterns to validate consistency across the ecosystem.
architecture-paradigm-event-driven
by athola
'Asynchronous event-based communication to decouple producers/consumers
go-best-practices
by aiskillstore
Provides Go patterns for type-first development with custom types, interfaces, functional options, and error handling. Must use when reading or writing Go files.
documenting-dbt-models
by AltimateAI
Documents dbt models and columns in schema.yml. Use when working with dbt documentation for: (1) Adding model descriptions or column definitions to schema.yml (2) Task mentions "document", "describe", "description", "dbt docs", or "schema.yml" (3) Explaining business context, grain, meaning of data, or business rules (4) Preparing dbt docs generate or improving model discoverability Matches existing project documentation style and conventions before writing.
interface-design
by Dammyjay93
This skill is for interface design — dashboards, admin panels, apps, tools, and interactive products. NOT for marketing design (landing pages, marketing sites, campaigns).
cats-mtl-typed-errors
by alexandru
Scala typed errors with Cats MTL Raise/Handle and allow/rescue. Use for designing custom domain error types without EitherT, while keeping Cats Effect and ecosystem composition. Covers Scala 2/3 syntax and IO-only or F[_] usage.
refactor-module
by hashicorp
Transform monolithic Terraform configurations into reusable, maintainable modules following HashiCorp's module design principles and community best practices.