Skip to content

Commit ec5c9db

Browse files
authored
Merge pull request #27 from shinpr/fix/skill-description-folded-style
fix: convert folded YAML descriptions to single-line format
2 parents b90e3e3 + e2b3c52 commit ec5c9db

9 files changed

Lines changed: 9 additions & 25 deletions

File tree

.agents/skills/ai-development-guide/SKILL.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
name: ai-development-guide
3-
description: >
4-
Detects code smells, anti-patterns, and debugging issues. Guides fail-fast design and implementation completeness.
5-
Use when: fixing bugs, reviewing code quality, refactoring, or detecting code smells.
3+
description: "Detects code smells, anti-patterns, and debugging issues. Use when: fixing bugs, reviewing code quality, or refactoring."
64
---
75

86
# AI Developer Guide

.agents/skills/coding-rules/SKILL.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
name: coding-rules
3-
description: >
4-
Applies coding standards for clean, maintainable code. Covers functions, error handling, and refactoring techniques.
5-
Use when: writing functions, handling errors, refactoring, or reviewing code style.
3+
description: "Applies coding standards for clean, maintainable code. Use when: writing functions, handling errors, refactoring, or reviewing code style."
64
---
75

86
# Development Rules

.agents/skills/documentation-criteria/SKILL.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
name: documentation-criteria
3-
description: >
4-
Guides PRD, ADR, Design Doc, and Work Plan creation with templates and decision matrix.
5-
Use when: planning features, writing specs, creating technical documents, or deciding which docs are needed.
3+
description: "Guides PRD, ADR, Design Doc, and Work Plan creation. Use when: planning features, writing specs, or creating technical documents."
64
---
75

86
# Documentation Creation Criteria

.agents/skills/implementation-approach/SKILL.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
name: implementation-approach
3-
description: >
4-
Selects implementation strategy (vertical slice, horizontal slice, or hybrid) with risk assessment.
5-
Use when: planning how to build a feature, deciding development approach, or defining verification levels.
3+
description: "Selects implementation strategy (vertical/horizontal/hybrid) with risk assessment. Use when: planning features or deciding development approach."
64
---
75

86
# Implementation Strategy Selection Framework (Meta-cognitive Approach)

.agents/skills/integration-e2e-testing/SKILL.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
name: integration-e2e-testing
3-
description: >
4-
Designs integration and E2E tests with mock boundaries and behavior verification rules.
5-
Use when: writing E2E tests, integration tests, test skeletons, or reviewing test quality.
3+
description: "Designs integration and E2E tests with mock boundaries. Use when: writing E2E tests, integration tests, or reviewing test quality."
64
---
75

86
# Integration Test & E2E Test Design/Implementation Rules

.agents/skills/metacognition/SKILL.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
name: metacognition
3-
description: >
4-
Validates approach and checks assumptions before and after tasks. Provides self-assessment protocol.
5-
Use when: starting new work, encountering errors, completing tasks, or switching between phases.
3+
description: "Validates approach and checks assumptions before/after tasks. Use when: starting work, encountering errors, or switching phases."
64
---
75

86
# Metacognition Protocol

.agents/skills/testing-strategy/SKILL.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
name: testing-strategy
3-
description: >
4-
Prioritizes which tests to write based on ROI calculation and critical user journeys.
5-
Use when: deciding test coverage, selecting test types, or budgeting test effort.
3+
description: "Prioritizes tests based on ROI and critical user journeys. Use when: deciding test coverage, selecting test types, or budgeting effort."
64
---
75

86
# Test Strategy: ROI-Based Selection

.agents/skills/testing/SKILL.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
name: testing
3-
description: >
4-
Applies TDD process, test quality criteria, and mock usage guidelines. Covers unit, integration, and E2E tests.
5-
Use when: writing unit tests, using mocks, reviewing test quality, or ensuring test coverage.
3+
description: "Applies TDD process, test quality criteria, and mock guidelines. Use when: writing unit tests, using mocks, or reviewing test quality."
64
---
75

86
# Testing Rules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentic-code",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Task-oriented context engineering framework for LLM coding agents - AGENTS.md standard compliant",
55
"files": [
66
"bin/",

0 commit comments

Comments
 (0)