Source

j5ik2o/ai-tools

105 skills · 1.3K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
kiro-spec-status Show specification status and progress
j5ik2o/ai-tools
11
2
kiro-spec-tasks Generate implementation tasks for a specification
j5ik2o/ai-tools
11
3
kiro-validate-design Interactive technical design quality review and validation. Use when reviewing design before implementation.
j5ik2o/ai-tools
11
4
kiro-validate-impl Validate feature-level integration after all tasks are implemented. Checks cross-task consistency, full test suite, a…
j5ik2o/ai-tools
11
5
kiro-verify-completion Verify completion and success claims with fresh evidence. Use before claiming a task is complete, a fix works, tests …
j5ik2o/ai-tools
11
6
j5ik2o-takt-analyzer
j5ik2o/ai-tools
6
7
j5ik2o-takt-facet-builder
j5ik2o/ai-tools
6
8
j5ik2o-takt-optimizer
j5ik2o/ai-tools
6
9
j5ik2o-takt-task-builder TAKTのtasks.yaml(タスクメタデータ)とタスクディレクトリ(.takt/tasks/{slug}/order.md)の 作成・編集を支援するスキル…
j5ik2o/ai-tools
6
10
j5ik2o-takt-workflow-builder TAKTワークフロー(ワークフローYAML)の作成・カスタマイズスキル。Faceted Prompting (Persona/Policy/Instruction/Knowle…
j5ik2o/ai-tools
6
11
openspec-apply-change Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or w…
j5ik2o/ai-tools
6
12
openspec-archive-change Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change aft…
j5ik2o/ai-tools
6
13
openspec-explore Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use…
j5ik2o/ai-tools
6
14
openspec-propose Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they …
j5ik2o/ai-tools
6
15
j5ik2o-gh-pr-converge-loop Run a convergence loop for GitHub PRs by resolving base-branch merge conflicts first with the j5ik2o-gh-pr-resolve-co…
j5ik2o/ai-tools
5
16
j5ik2o-skill-forge Create or improve Claude Code and Codex skills. Use only when the request is explicitly about the skill itself: creat…
j5ik2o/ai-tools
5
17
j5ik2o-deep-research-read-me Create, improve, and review GitHub OSS README.md files. Organize information around What, Why, How to start, Help, an…
j5ik2o/ai-tools
4
18
j5ik2o-gh-issue-organizer Systematically inventory and organize GitHub Issues. Classify open issues, group related work, identify close candida…
j5ik2o/ai-tools
4
19
j5ik2o-gh-pr-resolve-conflicts Resolve unresolved GitHub PR merge conflicts non-interactively after integrating the latest base branch, validate the…
j5ik2o/ai-tools
4
20
j5ik2o-gh-pr-review-follow-up Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first an…
j5ik2o/ai-tools
4
21
j5ik2o-git-commit Commit working-tree changes using Conventional Commits. Stage changes in meaningful units, write commit messages in E…
j5ik2o/ai-tools
4
22
j5ik2o-takt-skill-updater nrslib/takt の新バージョンリリース時に、takt-*スキル群(j5ik2o-takt-task-builder, j5ik2o-takt-workflow-builder, j5ik2…
j5ik2o/ai-tools
4
23
deep-research-read-me Create, improve, and review GitHub OSS README.md files. Organize information around What, Why, How to start, Help, an…
j5ik2o/ai-tools
3
24
gh-issue-organizer Systematically inventory and organize GitHub Issues. Classify open issues, group related work, identify close candida…
j5ik2o/ai-tools
3
25
git-commit Commit working-tree changes using Conventional Commits. Stage changes in meaningful units, write commit messages in E…
j5ik2o/ai-tools
3
26
j5ik2o-breach-encapsulation-naming Use when designing or reviewing domain-model accessors that expose internal state for persistence, serialization, tes…
j5ik2o/ai-tools
3
27
j5ik2o-clean-architecture Use only when the user explicitly asks for Clean Architecture design, implementation, or review. Applies a domain, us…
j5ik2o/ai-tools
3
28
j5ik2o-cqrs-aggregate-modeling Use when CQRS changes aggregate boundaries or state shape. Helps reduce oversized command aggregates by moving read c…
j5ik2o/ai-tools
3
29
j5ik2o-cqrs-to-event-sourcing Use when explaining why CQRS often needs event sourcing or durable events for reliable command-to-query synchronizati…
j5ik2o/ai-tools
3
30
j5ik2o-cqrs-tradeoffs Use when evaluating whether CQRS is worth adopting, especially tradeoffs among consistency, availability, scalability…
j5ik2o/ai-tools
3
31
j5ik2o-custom-linter-creator Use when creating project-specific lint rules for AI agents or humans using existing language linter ecosystems. Gene…
j5ik2o/ai-tools
3
32
j5ik2o-ddd-aggregate-design Use for DDD aggregate design, implementation, refactoring, or review. Covers aggregate boundaries, aggregate roots, t…
j5ik2o/ai-tools
3
33
j5ik2o-ddd-aggregate-transaction-boundary Use when reviewing or designing transaction boundaries that touch DDD aggregates. Detects the anti-pattern of updatin…
j5ik2o/ai-tools
3
34
j5ik2o-ddd-cross-aggregate-constraints Use when a use case wants to check another aggregate's state before changing the current aggregate. Helps separate tr…
j5ik2o/ai-tools
3
35
j5ik2o-ddd-domain-building-blocks Use for choosing and applying DDD building blocks: value objects, entities, aggregates, domain services, repositories…
j5ik2o/ai-tools
3
36
j5ik2o-ddd-domain-model-extractor Use when analyzing existing non-DDD or legacy code to propose DDD domain models with aggregates, local entities, valu…
j5ik2o/ai-tools
3
37
j5ik2o-ddd-domain-model-first Use when planning a DDD implementation flow that starts from the domain model and tests before infrastructure. Covers…
j5ik2o/ai-tools
3
38
j5ik2o-ddd-domain-primitives-and-always-valid Use when replacing raw primitive values with validated domain primitives or value objects so invalid domain states ca…
j5ik2o/ai-tools
3
39
j5ik2o-ddd-module-pattern Use when designing DDD module boundaries, package layout, bounded-context internals, or language-specific module orga…
j5ik2o/ai-tools
3
40
j5ik2o-ddd-repository-design Use when designing or reviewing repositories in DDD. Treats repositories as collection-like access to aggregate roots…
j5ik2o/ai-tools
3
41
j5ik2o-ddd-repository-placement Use when deciding where repository interfaces and implementations belong in layered, Clean Architecture, or DDD proje…
j5ik2o/ai-tools
3
42
j5ik2o-ddd-when-to-wrap-primitives Use when deciding whether a primitive value should become a domain-specific type or value object. Balances primitive …
j5ik2o/ai-tools
3
43
j5ik2o-error-classification Use when clarifying software abnormal-state terminology such as error, defect, fault, failure, bug, incident, and exc…
j5ik2o/ai-tools
3
44
j5ik2o-error-handling Use when designing or reviewing error handling across domain logic, application services, and infrastructure. Uses re…
j5ik2o/ai-tools
3
45
j5ik2o-first-class-collection Use when wrapping collections in a domain-specific class to centralize collection rules, invariants, and behavior. Tr…
j5ik2o/ai-tools
3
46
j5ik2o-intent-based-dedup Use when deciding whether similar code should be deduplicated. Prioritizes shared intent and change reason over textu…
j5ik2o/ai-tools
3
47
j5ik2o-law-of-demeter Use when reviewing or refactoring object coupling caused by train-wreck call chains and knowledge of nested internals…
j5ik2o/ai-tools
3
48
j5ik2o-migrate-skill-to-agent Use only when migrating an existing skill directory from `.claude/skills/{name}` to `.agents/skills/{name}` and creat…
j5ik2o/ai-tools
3
49
j5ik2o-package-design Use when redesigning package or module structure for messy codebases, large modules, dependency problems, or new proj…
j5ik2o/ai-tools
3
50
j5ik2o-parse-dont-validate Use when replacing validation that discards information with parsing that returns a typed, validated value. Helps enf…
j5ik2o/ai-tools
3
Page 2 · 105 total Previous Next