Source

j5ik2o/ai-tools

105 skills · 1.3K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
takt-task-builder TAKTのtasks.yaml(タスクメタデータ)とタスクディレクトリ(.takt/tasks/{slug}/order.md)の 作成・編集を支援するスキル…
j5ik2o/ai-tools
84
2
takt-analyzer
j5ik2o/ai-tools
82
3
takt-facet-builder
j5ik2o/ai-tools
82
4
takt-optimizer
j5ik2o/ai-tools
82
5
takt-skill-updater nrslib/takt の新バージョンリリース時に、takt-*スキル群(takt-task-builder, takt-workflow-builder, takt-facet-builder,…
j5ik2o/ai-tools
66
6
takt-workflow-builder TAKTワークフロー(ワークフローYAML)の作成・カスタマイズスキル。Faceted Prompting (Persona/Policy/Instruction/Knowle…
j5ik2o/ai-tools
47
7
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
38
8
takt-piece-builder TAKTピース(ワークフローYAML)の作成・カスタマイズスキル。Faceted Prompting (Persona/Policy/Instruction/Knowledge/Ou…
j5ik2o/ai-tools
29
9
intent-based-dedup Use when deciding whether similar code should be deduplicated. Prioritizes shared intent and change reason over textu…
j5ik2o/ai-tools
16
10
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
15
11
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
15
12
breach-encapsulation-naming Use when designing or reviewing domain-model accessors that expose internal state for persistence, serialization, tes…
j5ik2o/ai-tools
14
13
clean-architecture Use only when the user explicitly asks for Clean Architecture design, implementation, or review. Applies a domain, us…
j5ik2o/ai-tools
14
14
cqrs-aggregate-modeling Use when CQRS changes aggregate boundaries or state shape. Helps reduce oversized command aggregates by moving read c…
j5ik2o/ai-tools
14
15
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
14
16
cqrs-tradeoffs Use when evaluating whether CQRS is worth adopting, especially tradeoffs among consistency, availability, scalability…
j5ik2o/ai-tools
14
17
ddd-aggregate-design Use for DDD aggregate design, implementation, refactoring, or review. Covers aggregate boundaries, aggregate roots, t…
j5ik2o/ai-tools
14
18
ddd-aggregate-transaction-boundary Use when reviewing or designing transaction boundaries that touch DDD aggregates. Detects the anti-pattern of updatin…
j5ik2o/ai-tools
14
19
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
14
20
ddd-domain-building-blocks Use for choosing and applying DDD building blocks: value objects, entities, aggregates, domain services, repositories…
j5ik2o/ai-tools
14
21
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
14
22
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
14
23
ddd-module-pattern Use when designing DDD module boundaries, package layout, bounded-context internals, or language-specific module orga…
j5ik2o/ai-tools
14
24
ddd-repository-design Use when designing or reviewing repositories in DDD. Treats repositories as collection-like access to aggregate roots…
j5ik2o/ai-tools
14
25
ddd-repository-placement Use when deciding where repository interfaces and implementations belong in layered, Clean Architecture, or DDD proje…
j5ik2o/ai-tools
14
26
error-classification Use when clarifying software abnormal-state terminology such as error, defect, fault, failure, bug, incident, and exc…
j5ik2o/ai-tools
14
27
error-handling Use when designing or reviewing error handling across domain logic, application services, and infrastructure. Uses re…
j5ik2o/ai-tools
14
28
first-class-collection Use when wrapping collections in a domain-specific class to centralize collection rules, invariants, and behavior. Tr…
j5ik2o/ai-tools
14
29
parse-dont-validate Use when replacing validation that discards information with parsing that returns a typed, validated value. Helps enf…
j5ik2o/ai-tools
14
30
refactoring-packages Use when actively refactoring an existing codebase's package or module structure. Detects cycles, oversized modules, …
j5ik2o/ai-tools
14
31
tell-dont-ask Use when reviewing or refactoring code that queries object state and makes decisions outside the object that owns the…
j5ik2o/ai-tools
14
32
law-of-demeter Use when reviewing or refactoring object coupling caused by train-wreck call chains and knowledge of nested internals…
j5ik2o/ai-tools
13
33
package-design Use when redesigning package or module structure for messy codebases, large modules, dependency problems, or new proj…
j5ik2o/ai-tools
13
34
reviewing-skills Use when reviewing or improving Claude Code, Codex, or compatible agent skills. Checks SKILL.md frontmatter, trigger …
j5ik2o/ai-tools
13
35
custom-linter-creator Use when creating project-specific lint rules for AI agents or humans using existing language linter ecosystems. Gene…
j5ik2o/ai-tools
12
36
kiro-steering Maintain .kiro/steering/ as persistent project memory (bootstrap/sync). Use when initializing or updating steering do…
j5ik2o/ai-tools
12
37
kiro-steering-custom Create custom steering documents for specialized project contexts. Use when creating domain-specific steering files.
j5ik2o/ai-tools
12
38
kiro-validate-gap Analyze implementation gap between requirements and existing codebase
j5ik2o/ai-tools
12
39
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
12
40
pekko-cqrs-es-implementation Use only for Scala 3 implementations of CQRS/Event Sourcing with Apache Pekko. Covers aggregate actors, PersistenceEf…
j5ik2o/ai-tools
12
41
deepresearch-readme GitHub OSS向け README.md の作成・改善・レビューを支援する。What/Why/How to start/Help/Maintainers の軸で情報を整理し…
j5ik2o/ai-tools
11
42
kiro-debug Investigate implementation failures using root-cause-first debugging. Use when an implementer is blocked, verificatio…
j5ik2o/ai-tools
11
43
kiro-discovery Entry point for new work. Determines the best action path or work decomposition (update existing spec, create new spe…
j5ik2o/ai-tools
11
44
kiro-impl Implement approved tasks using TDD with native subagent dispatch. Runs all pending tasks autonomously or selected tas…
j5ik2o/ai-tools
11
45
kiro-review Review a task implementation against approved specs, task boundaries, and verification evidence. Use after an impleme…
j5ik2o/ai-tools
11
46
kiro-spec-batch Create complete specs (requirements, design, tasks) for all features in roadmap.md using parallel subagent dispatch b…
j5ik2o/ai-tools
11
47
kiro-spec-design Create comprehensive technical design for a specification
j5ik2o/ai-tools
11
48
kiro-spec-init Initialize a new specification with detailed project description
j5ik2o/ai-tools
11
49
kiro-spec-quick Quick spec generation with interactive or automatic mode
j5ik2o/ai-tools
11
50
kiro-spec-requirements Generate EARS-format requirements based on project description and steering context. Use when generating requirements…
j5ik2o/ai-tools
11
Page 1 · 105 total Next