file-header-guardian
Safe 67Add standardized file header comments
by Dimon94
Inconsistent file headers make codebases hard to navigate and maintain. This skill provides standardized @input/@output/@pos comment templates for TypeScript, Python, and Shell files to document dependencies and purpose.
devflow-tdd-enforcer
Safe 67Enforce TDD order in task management
by Dimon94
Teams often mark implementation tasks complete before tests, breaking Test-First Development principles. This guardrail blocks real-time violations by detecting when implementation tasks are checked off before corresponding test tasks.
devflow-file-standards
Safe 68Standardize File Naming Conventions
by Dimon94
Inconsistent file naming creates confusion and slows development teams. This skill provides standardized conventions for naming files, organizing directories, and formatting YAML metadata across AI-powered development workflows.
devflow-constitution-quick-ref
Safe 69Quick Reference for DevFlow Constitution
by Dimon94
Teams struggle to remember and apply development workflow rules consistently. This skill provides quick access to all 10 Constitutional Articles, Phase -1 Gates, and common scenario answers from the CC-DevFlow Constitution v2.0.0.
constitution-guardian
Safe 68Enforce Constitution Compliance in DevFlow Documents
by Dimon94
Prevent non-compliant content from being saved to project documentation. This guardrail enforces CC-DevFlow Constitution rules by detecting partial implementations and hardcoded secrets in real-time during file editing.
cc-devflow-orchestrator
Safe 69Navigate CC-DevFlow workflows with smart routing
by Dimon94
CC-DevFlow provides structured development workflows but users often struggle to know which command to use next. This orchestrator skill routes users to the correct workflow command and specialized agent based on their current project phase and task type.
backend-dev-guidelines
Safe 69Build Express microservices with best practices
by Dimon94
Backend code becomes inconsistent and hard to maintain without clear patterns. This skill provides comprehensive guidelines for layered architecture, error handling, validation, and testing for Node.js/Express/TypeScript microservices.
swiftui-view-refactor
Safe 70Refactor SwiftUI Views
by Dimillian
SwiftUI views often become disorganized with inconsistent property ordering and mixed responsibilities. This skill applies a consistent structure to views by enforcing proper ordering, favoring MV patterns over view models, and ensuring correct Observation usage.
swiftui-ui-patterns
Safe 71Build SwiftUI Views with Best Patterns
by Dimillian
Creating SwiftUI views requires understanding navigation architecture, component patterns, and state management. This skill provides ready-to-use patterns for tabs, sheets, lists, grids, and more so you can ship faster with fewer bugs.
swiftui-performance-audit
Safe 71Audit SwiftUI Performance Issues
by Dimillian
SwiftUI apps can suffer from slow rendering, janky scrolling, and excessive CPU usage. This skill guides you through code review, Instruments profiling, and targeted fixes to optimize your app performance.
swiftui-liquid-glass
Safe 70Implement iOS Liquid Glass UI effects in SwiftUI
by Dimillian
Creating modern iOS interfaces with Liquid Glass requires understanding Apple's specific APIs and design patterns. This skill provides ready-to-use code patterns and review checklists for implementing glass effects correctly.
swift-concurrency-expert
Safe 71Review and fix Swift concurrency issues
by Dimillian
Swift concurrency code often produces compiler errors that are difficult to resolve. This skill provides systematic triage and safe fix patterns for Swift 6.2+ concurrency compliance with minimal behavior changes.
macos-spm-app-packaging
Low Risk 73Package macOS apps with Swift Package Manager
by Dimillian
Build and distribute macOS applications without Xcode. This skill scaffolds SwiftPM projects, creates .app bundles, handles code signing, and manages Apple notarization for distribution outside the Apple ecosystem.
ios-debugger-agent
Safe 69Debug iOS Apps on Simulators
by Dimillian
Building and testing iOS apps on simulators requires navigating XcodeBuild commands, simulator controls, and debugging workflows. This skill provides step-by-step guidance for building, running, and debugging iOS apps using XcodeBuildMCP tools.
gh-issue-fix-flow
Safe 69Fix GitHub issues end-to-end
by Dimillian
Manually resolving GitHub issues requires navigating multiple tools and remembering each step. This skill provides a structured workflow that guides AI assistants from issue intake through code changes, testing, and git push with consistent results.
app-store-changelog
Safe 76Generate App Store release notes
by Dimillian
Writing clear App Store release notes takes time and careful wording. This skill collects changes from your git history since the last release and transforms technical commits into user-friendly What is New text.
skill-developer
Safe 69Create Claude Code Skills
by diet103
Master the art of building and managing Claude Code skills with this comprehensive guide. Learn to configure auto-activation triggers, implement guardrails, set up hooks, and follow Anthropic best practices for scalable skill development.
route-tester
Safe 69Test Authenticated API Routes with Cookie-Based JWT
by diet103
Testing authenticated routes can be complex when using cookie-based JWT authentication with Keycloak. This skill provides comprehensive patterns and examples for testing API endpoints in development, including automated scripts, manual curl commands, and mock authentication strategies.
frontend-dev-guidelines
Safe 69Apply React TypeScript frontend guidelines
by diet103
Frontend projects often lack consistent patterns leading to maintenance issues and bugs. This skill provides comprehensive guidelines for React and TypeScript applications including modern patterns, file organization, and best practices.
error-tracking
Low Risk 68Add Sentry error tracking to your services
by diet103
Manual error tracking leaves blind spots in production. This skill enforces comprehensive Sentry v8 error capture across all services with standardized patterns for controllers, workflows, cron jobs, and database operations.