
core-patterns
by takeokunn
takeokunn's nixos-configuration
SKILL.md
name: Core Patterns description: Base templates for error escalation, decision criteria, and enforcement. Referenced by agents and commands to avoid duplication. version: 2.0.0
Boundary tests required:
boundary_success_80: Exactly 80, yields success
boundary_warning_79: 78.5-79.9, yields warning
boundary_error_59: 58.5-59.9, yields error
</example>
Examples:
EXEC-B001: Execute command mandatory behavior 1
DEF-P002: Define command prohibited behavior 2
</example>
Use attribute values: patterns: Shared templates (core-patterns, parallelization-patterns, workflow-patterns) tools: Tool-specific usage patterns (serena-usage, context7-usage) workflow: How-to guides and methodologies (investigation-patterns, execution-workflow) domain: Domain knowledge and best practices (nix-ecosystem, typescript-ecosystem)
<anti_patterns> Duplicating full error_escalation in each file Reference core-patterns and customize only examples
<best_practices> Reference core-patterns for error_escalation, decision_criteria, enforcement templates Always include all 5 validation tests: success, boundary_success_80, boundary_warning_79, boundary_error_59, error Ensure decision criteria weights sum to 1.0 Customize error_escalation examples to be domain-specific while keeping structure Use consistent behavior ID prefixes within each agent/command </best_practices>
<error_escalation> Minor inconsistency in behavior ID format Note in report, proceed Missing one boundary test Document issue, add missing test Decision criteria weights do not sum to 1.0 STOP, fix weight distribution before proceeding Error escalation missing critical level BLOCK operation, require complete 4-level structure </error_escalation>
<related_skills> Parallel execution strategies and timeout configuration Output formats, reflection checkpoints, agent weights For memory operations to store pattern decisions </related_skills>
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
1ヶ月以内に更新
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon


