Back to list
takeokunn

core-patterns

by takeokunn

takeokunn's nixos-configuration

59🍴 0📅 Jan 23, 2026

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

55/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon