Browse Skills

17720 skills found

typescript-coding-standards.md
11
1 export typescript-coding-standards
2 williamzujkowski from "williamzujkowski/standards"
3 TypeScript coding standards covering strict type system, advanced types, decorators, generics, and best practices for type-safe applications. Use for TypeScript projects requiring robust type safety and maintainable code.
2026-01-05
nist.md
11
1 export nist
2 williamzujkowski from "williamzujkowski/standards"
3 Nist standards for nist in Compliance environments. Covers best practices,
2026-01-05
vscode-server.md
11
1 export vscode-server
2 jdillon from "jdillon/vscode-beads"
3 USE THIS SKILL for all /vscode-server:* commands
2026-01-05
Project Setup and Miyabi Integration.md
11
1 export Project Setup and Miyabi Integration
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Complete project initialization including Cargo workspace setup, GitHub integration, and Miyabi framework integration. Use when creating new projects or integrating Miyabi.
2026-01-05
logging.md
11
1 export logging
2 williamzujkowski from "williamzujkowski/standards"
3 Logging standards for logging in Observability environments. Covers best
2026-01-05
crontab-manager.md
11
1 export crontab-manager
2 ruchernchong from "ruchernchong/dotfiles"
3 Manage scheduled tasks in the crontab configuration file for this dotfiles repository. Use when the user wants to add, remove, update, or query scheduled tasks, cron jobs, or automated maintenance. Triggers include mentions of "cron", "schedule", "automated task", "crontab", "periodic job", or time-based automation.
2026-01-05
gdpr.md
11
1 export gdpr
2 williamzujkowski from "williamzujkowski/standards"
3 Gdpr standards for gdpr in Compliance environments. Covers best practices,
2026-01-05
deployment-sop.md
11
1 export deployment-sop
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 Deployment workflows, pre-deploy validation, and smoke testing patterns. Use when deploying to staging or production, running smoke tests, or validating deployments.
2026-01-05
table-config.md
11
1 export table-config
2 sail-sail from "sail-sail/nest"
3 表字段配置规范。建表后配置 src/tables/{mod}/{mod}.ts 文件时使用
2026-01-05
writing-commit-messages.md
11
1 export writing-commit-messages
2 abhinav from "abhinav/home"
3 Use when writing or improving messages for Git commits, or when asked to generate a commit message or pull request description.
2026-01-05
api-security.md
11
1 export api-security
2 williamzujkowski from "williamzujkowski/standards"
3 1. Broken Object Level Authorization (BOLA) - API fails to validate user access to objects 2. Broken Authentication - Weak or missing authentication mechanisms 3. Broken Object Property Level Authorization - Missing field-level access control 4. Unrestricted Resource Consumption - No rate limiting or throttling 5. Broken Function Level Authorization - Missing authorization checks on endpoints 6. Unrestricted Access to Sensitive Business Flows - Automated abuse of legitimate workflows 7. Server Side Request Forgery (SSRF) - API accepts URLs without validation 8. Security Misconfiguration - Insecure default configs, verbose errors 9. Improper Inventory Management - Undocumented/deprecated APIs in production 10. Unsafe Consumption of APIs - Trusting third-party API data without validation
2026-01-05
confluence-docs.md
11
1 export confluence-docs
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 Documentation templates for ADRs, runbooks, and architecture docs. Use when creating architectural decision records, operational runbooks, or technical documentation.
2026-01-05
agency.md
11
1 export agency
2 tobias-walle from "tobias-walle/agency"
3 Use Agency CLI to run parallel AI coding tasks in isolated Git worktrees. Invoke when user mentions "agency", "ag", parallel tasks, worktrees, or wants to run multiple coding agents simultaneously.
2026-01-05
progressive-disclosure.md
11
1 export progressive-disclosure
2 gptme from "gptme/gptme-contrib"
3 Template and guide for restructuring large documentation files into token-efficient directory structures. Reduces context bloat by 40-60% while maintaining accessibility.
2026-01-05
Deployment Automation.md
11
1 export Deployment Automation
2 happenings-community from "happenings-community/requests-and-offers"
3 Complete deployment system for Holochain hApps with multi-repository coordination, cross-platform builds, and CI/CD automation
2026-01-05
ci-cd.md
11
1 export ci-cd
2 williamzujkowski from "williamzujkowski/standards"
3 CI/CD pipeline standards for GitHub Actions, GitLab CI, and deployment automation. Covers testing gates, security scanning, artifact management, and deployment strategies for reliable software delivery.
2026-01-05
VOICEVOX Narration System.md
11
1 export VOICEVOX Narration System
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Generate Yukkuri-style voice narration from Git commits using VOICEVOX Engine. Use when creating development progress audio guides, YouTube content, or team reports from Git history.
2026-01-05
ccg.md
11
1 export ccg
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 AI Course Content Generator - Generate complete online courses with Gemini API. Triggers on "create course", "generate lesson", "course content", "ccg", "/ccg".
2026-01-05
testing-patterns.md
11
1 export testing-patterns
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 Testing patterns for Jest and Playwright. Use when writing tests, setting up test fixtures, or validating RLS enforcement. Routes to existing test conventions and provides evidence templates.
2026-01-05
tidbx-kysely.md
11
1 export tidbx-kysely
2 pingcap from "pingcap/agent-rules"
3 Set up Kysely with TiDB Cloud (TiDB X), including @tidbcloud/kysely over the TiDB Cloud serverless HTTP driver for serverless or edge environments, plus standard TCP usage. Use for Kysely + TiDB Cloud connection setup, demo snippets, and environment-specific guidance.
2026-01-05
tidbx-setup.md
11
1 export tidbx-setup
2 pingcap from "pingcap/agenticstore"
3 Set up the TiDB Cloud component (install ticloud CLI and authenticate). Use when the user needs to install ticloud, log in, or fix authentication/network access before running TiDB Cloud operations.
2026-01-05
patterns.md
11
1 export patterns
2 williamzujkowski from "williamzujkowski/standards"
3 Patterns standards for patterns in Architecture environments. Covers
2026-01-05
using-xcode.md
11
1 export using-xcode
2 czottmann from "czottmann/claude-code-stuff"
3 Use this before running `xcodebuild` or working with Xcode - tells you the specifics of how we use Xcode and its tools
2026-01-05
committing.md
11
1 export committing
2 abhinav from "abhinav/home"
3 Use when committing work, amending commits, creating or stacking branches - applies to all commit operations including "quick commits", emergency fixes, and when user already used raw git commands. ALWAYS use git-spice instead of git checkout, git commit, or git branch.
2026-01-05