Browse Skills

44357 skills found

testing-anti-patterns.md
44
1 export testing-anti-patterns
2 flora131 from "flora131/atomic"
3 Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies
2026-01-21
requirement-assistant.md
43
1 export requirement-assistant
2 AsiaOstrich from "AsiaOstrich/universal-dev-skills"
3 Guide requirement writing, user story creation, and feature specification. Use when: writing requirements, user stories, issues, feature planning. Keywords: requirement, user story, issue, feature, specification, 需求, 功能規劃, 規格.
2026-01-09
release-standards.md
43
1 export release-standards
2 AsiaOstrich from "AsiaOstrich/universal-dev-skills"
3 Semantic versioning and changelog formatting for software releases. Use when: preparing releases, updating version numbers, writing changelogs. Keywords: version, release, changelog, semver, major, minor, patch, 版本, 發布, 變更日誌.
2026-01-09
task-decomposition.md
43
1 export task-decomposition
2 sirkirby from "sirkirby/unifi-network-rules"
3 Break down OAK plans into structured tasks using oak.plan-tasks conventions. Use when generating tasks.md, structuring work for export to GitHub/ADO, or organizing implementation phases.
2026-01-14
git-workflow-guide.md
43
1 export git-workflow-guide
2 AsiaOstrich from "AsiaOstrich/universal-dev-skills"
3 Guide Git branching strategies, branch naming, and merge operations. Use when: creating branches, merging, pull requests, Git workflow questions. Keywords: branch, merge, PR, pull request, GitFlow, GitHub Flow, 分支, 合併, 工作流程.
2026-01-09
write-unit-tests.md
43
1 export write-unit-tests
2 simonpcouch from "simonpcouch/side"
3 Write minimal, concise testthat 3e unit tests for R package code
2025-12-22
constitution-authoring.md
43
1 export constitution-authoring
2 sirkirby from "sirkirby/unifi-network-rules"
3 Guide OAK engineering constitution creation with decision-driven requirements, requirement language patterns, and reality-grounded standards.
2026-01-14
go-dev.md
43
1 export go-dev
2 doccker from "doccker/cc-use-exp"
3 Go 开发规范,包含命名约定、错误处理、并发编程、测试规范等
2026-01-22
codex.md
43
1 export codex
2 yxhpy from "yxhpy/qcc_plus"
3 Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing
2026-01-16
java-dev.md
43
1 export java-dev
2 doccker from "doccker/cc-use-exp"
3 Java 开发规范,包含命名约定、异常处理、Spring Boot 最佳实践等
2026-01-22
documentation-guide.md
43
1 export documentation-guide
2 AsiaOstrich from "AsiaOstrich/universal-dev-skills"
3 Guide documentation structure, README content, and project documentation best practices. Use when: creating README, documentation, docs folder, project setup. Keywords: README, docs, documentation, CONTRIBUTING, CHANGELOG, 文件, 說明文件.
2026-01-09
ts-morph-refactor.md
43
1 export ts-morph-refactor
2 dafthunk-com from "dafthunk-com/dafthunk"
3 Perform TypeScript refactoring using ts-morph AST manipulation. Use for renaming symbols, moving declarations, propagating interface changes, adding methods to implementations, renaming parameters, or setting return types across the codebase. Requires ts-morph package.
2026-01-21
ai-collaboration-standards.md
43
1 export ai-collaboration-standards
2 AsiaOstrich from "AsiaOstrich/universal-dev-skills"
3 Prevent AI hallucination and ensure evidence-based responses when analyzing code or making suggestions. Use when: analyzing code, making recommendations, providing options, or when user asks about confidence/certainty. Keywords: certainty, assumption, inference, evidence, source, 確定性, 推測, 假設, 來源, 證據.
2026-01-09
qcc-debug.md
43
1 export qcc-debug
2 yxhpy from "yxhpy/qcc_plus"
3 Use for debugging, troubleshooting, and diagnosing issues in qcc_plus project
2026-01-16
qcc-release.md
43
1 export qcc-release
2 yxhpy from "yxhpy/qcc_plus"
3 Use for version release, GoReleaser automation, and publishing workflows in qcc_plus project
2026-01-16
testing-guide.md
43
1 export testing-guide
2 AsiaOstrich from "AsiaOstrich/universal-dev-skills"
3 Testing pyramid and test writing standards for UT/IT/ST/E2E. Use when: writing tests, discussing test coverage, test strategy, or test naming. Keywords: test, unit, integration, e2e, coverage, mock, 測試, 單元, 整合, 端對端.
2026-01-09
template-generator.md
43
1 export template-generator
2 dafthunk-com from "dafthunk-com/dafthunk"
3 Generate workflow templates with coherent node graphs and integration tests
2026-01-21
integration-generator.md
43
1 export integration-generator
2 dafthunk-com from "dafthunk-com/dafthunk"
3 Generate new OAuth integration providers for Dafthunk with backend providers, type definitions, frontend configurations, and integration nodes
2026-01-21
qcc-deploy.md
43
1 export qcc-deploy
2 yxhpy from "yxhpy/qcc_plus"
3 Use for deployment, test server connection, and Docker operations in qcc_plus project
2026-01-16
planning-workflow.md
43
1 export planning-workflow
2 sirkirby from "sirkirby/unifi-network-rules"
3 Guide OAK strategic implementation planning with structured phases, constitution alignment, and the oak.plan-* command workflow. Use when creating plans, understanding OAK planning conventions, or structuring development work.
2026-01-14
constitution-governance.md
43
1 export constitution-governance
2 sirkirby from "sirkirby/unifi-network-rules"
3 Guide OAK constitution maintenance with amendment workflows, validation frameworks, semantic versioning, and agent instruction synchronization.
2026-01-14
frontend-dev.md
43
1 export frontend-dev
2 doccker from "doccker/cc-use-exp"
3 前端开发规范,包含 Vue 3 编码规范、UI 风格约束、TypeScript 规范等
2026-01-22
ts-morph-analyze.md
43
1 export ts-morph-analyze
2 dafthunk-com from "dafthunk-com/dafthunk"
3 Analyze TypeScript code structure using ts-morph. Use for summarizing class/interface APIs, listing exports, showing inheritance hierarchies, or extracting interfaces from classes. Outputs signatures without implementation details.
2026-01-21
research-synthesis.md
43
1 export research-synthesis
2 sirkirby from "sirkirby/unifi-network-rules"
3 Synthesize research findings for OAK planning using the oak.plan-research workflow. Use when consolidating findings from codebase exploration, comparing approaches, or creating research/*.md documents.
2026-01-14