From 5150f5a79658bbf5ca7c33b7b3817ad87b4a5c64 Mon Sep 17 00:00:00 2001 From: main Date: Fri, 20 Mar 2026 23:54:45 -0400 Subject: Add Codex skill --- assets/codex-skills/jira-at-home/SKILL.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 assets/codex-skills/jira-at-home/SKILL.md diff --git a/assets/codex-skills/jira-at-home/SKILL.md b/assets/codex-skills/jira-at-home/SKILL.md new file mode 100644 index 0000000..541c7f7 --- /dev/null +++ b/assets/codex-skills/jira-at-home/SKILL.md @@ -0,0 +1,6 @@ +--- +name: jira-at-home +description: Use when you want brutally basic per-project issue parking in this repository: bind a project, save a freeform note to `issues/.md`, list existing issue slugs, or read one issue back. Keep the workflow primitive; there are no issue types, statuses, or schema beyond slug plus Markdown body. +--- + +Bind the target project with `project.bind` before issue work unless the MCP was started with `--project`; then use `issue.save` to create or overwrite `issues/.md`, `issue.list` to enumerate the currently open issue files, and `issue.read` to recover one note body by slug. Treat the store as a tiny parked-ideas notebook, not a tracker: every issue is just freeform Markdown in the canonical `issues/` directory, and the only operational tools worth touching are `system.health` and `system.telemetry` when the transport itself looks suspect. -- cgit v1.2.3