Skip to main content
jabrena
GitHub クリエイタープロフィール

jabrena

4 件の GitHub リポジトリにある 273 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
273
リポジトリ
4
更新
2026年8月9日
リポジトリエクスプローラー

リポジトリと代表的な skills

openspec-propose
ソフトウェア開発者

Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.

2026年8月9日
001-commands-inventory
ソフトウェア開発者

Use when you need to generate a checklist document with embedded commands inventory, following the embedded template exactly and producing INVENTORY-COMMANDS-JAVA.md in the project root. This should trigger for requests such as Create embedded commands…

2026年8月1日
002-agents-inventory
ソフトウェア開発者

Use when you need to generate a checklist document with embedded agents inventory, following the embedded template exactly and producing INVENTORY-AGENTS-JAVA.md in the project root. This should trigger for requests such as Create embedded agents inventory…

2026年8月1日
003-skills-inventory
ソフトウェア開発者

Use when you need to generate a checklist document with Java system prompts from skills.xml, following the embedded section template and producing INVENTORY-SKILLS-JAVA.md. This should trigger for requests such as Create Java system prompts checklist;…

2026年8月1日
004-commands-installation
ソフトウェア開発者

Use when you need to install the embedded project commands into command directories (.github/commands, .claude/commands, .cursor/command, .codex/commands), selecting the destination interactively and copying the embedded command definitions from project…

2026年8月1日
005-agents-installation
ソフトウェア開発者

Use when you need to install the embedded robot agents into .github/agents, .claude/agents, .cursor/agents, or .codex/agents, selecting the destination interactively and copying the embedded agent definitions from project assets. This should trigger for…

2026年8月1日
012-agile-epic
プロジェクト管理専門家

Guides the creation of agile epics with comprehensive definition including business value, success criteria, and breakdown into user stories. Use when the user wants to create an agile epic, define large bodies of work, break down features into user stories,…

2026年8月1日
013-agile-feature
プロジェクト管理専門家

Guides the creation of detailed agile feature documentation from an existing epic. Use when the user wants to split an epic into feature files, derive features with scope and acceptance criteria, or plan feature documentation for stakeholders or engineering.…

2026年8月1日
収集済み skill 126 件中 8 件を表示しています。
181-java-observability-logging
ソフトウェア開発者

Use when you need to implement or improve Java logging and observability — including selecting SLF4J with Logback/Log4j2, applying proper log levels (ERROR, WARN, INFO, DEBUG, TRACE), parameterized logging, correlation context, secure logging without…

2026年6月20日
005-agents-installation
その他コンピュータ職

Use when you need to install the embedded robot agents into either .cursor/agents or .claude/agents, selecting the destination interactively and copying the embedded agent definitions from project assets. This should trigger for requests such as Install…

2026年6月19日
001-commands-inventory
ソフトウェア開発者

Use when you need to generate a checklist document with embedded commands inventory, following the embedded template exactly and producing INVENTORY-COMMANDS-JAVA.md in the project root. This should trigger for requests such as Create embedded commands…

2026年6月15日
002-agents-inventory
ソフトウェア開発者

Use when you need to generate a checklist document with embedded agents inventory, following the embedded template exactly and producing INVENTORY-AGENTS-JAVA.md in the project root. This should trigger for requests such as Create embedded agents inventory…

2026年6月15日
003-skills-inventory
ソフトウェア開発者

Use when you need to generate a checklist document with Java system prompts from skills.xml, following the embedded section template and producing INVENTORY-SKILLS-JAVA.md. This should trigger for requests such as Create Java system prompts checklist;…

2026年6月15日
004-commands-installation
その他コンピュータ職

Use when you need to install the embedded project commands into command directories (.github/commands, .claude/commands, .cursor/command, .codex/commands), selecting the destination interactively and copying the embedded command definitions from project…

2026年6月15日
012-agile-epic
プロジェクト管理専門家

Guides the creation of agile epics with comprehensive definition including business value, success criteria, and breakdown into user stories. Use when the user wants to create an agile epic, define large bodies of work, break down features into user stories,…

2026年6月15日
013-agile-feature
プロジェクト管理専門家

Guides the creation of detailed agile feature documentation from an existing epic. Use when the user wants to split an epic into feature files, derive features with scope and acceptance criteria, or plan feature documentation for stakeholders or engineering.…

2026年6月15日
収集済み skill 106 件中 8 件を表示しています。
014-agile-create-user-story
プロジェクト管理専門家

Guides the creation of agile user stories and Gherkin feature files. Use when the user wants to create a user story, write acceptance criteria, define Gherkin scenarios, or author BDD feature files. Part of the skills-for-java project

2026年3月19日
020-planning-enhance-ai-plan-mode
ソフトウェア開発者

Use when creating a plan using Plan model and enhancing structured design plans in Cursor Plan mode for Java implementations. Use when the user wants to create a plan, design an implementation, structure a development plan, or use plan mode for outside-in…

2026年3月19日
030-architecture-adr-general
ソフトウェア開発者

Use when you need to generate Architecture Decision Records (ADRs) for a Java project through an interactive, conversational process that systematically gathers context, stakeholders, options, and outcomes to produce well-structured ADR documents. Part of the…

2026年3月19日
031-architecture-adr-functional-requirements
ソフトウェア開発者

Facilitates conversational discovery to create Architectural Decision Records (ADRs) for functional requirements covering CLI, REST/HTTP APIs, or both. Use when the user wants to document command-line or HTTP service architecture, capture functional…

2026年3月19日
032-architecture-adr-non-functional-requirements
ソフトウェア開発者

Facilitates conversational discovery to create Architectural Decision Records (ADRs) for non-functional requirements using the ISO/IEC 25010:2023 quality model. Use when the user wants to document quality attributes, NFR decisions,…

2026年3月19日
033-architecture-diagrams
ソフトウェア開発者

Use when you need to generate Java project diagrams — including UML sequence diagrams, UML class diagrams, C4 model diagrams, UML state machine diagrams, and ER (Entity Relationship) diagrams — through a modular, step-based interactive process that adapts to…

2026年3月19日
110-java-maven-best-practices
ソフトウェア開発者

Use when you need to review, improve, or troubleshoot a Maven pom.xml file — including dependency management with BOMs, plugin configuration, version centralization, multi-module project structure, build profiles, or any situation where you want to align your…

2026年3月19日
111-java-maven-dependencies
ソフトウェア開発者

Use when you need to add or evaluate Maven dependencies that improve code quality — including nullness annotations (JSpecify), static analysis (Error Prone + NullAway), functional programming (VAVR), or architecture testing (ArchUnit) — and want a…

2026年3月19日
収集済み skill 39 件中 8 件を表示しています。
4 件中 4 件のリポジトリを表示
すべてのリポジトリを表示しました