gitextract_lkjwdhax/ ├── .claude-plugin/ │ ├── marketplace.json │ └── plugin.json ├── .cursor-plugin/ │ └── plugin.json ├── .mcp.json ├── CODEOWNERS ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── SECURITY.md ├── gemini-extension.json ├── scripts/ │ └── validate-template.mjs └── skills/ ├── capture-tasks-from-meeting-notes/ │ ├── SKILL.md │ └── references/ │ └── action-item-patterns.md ├── generate-status-report/ │ ├── SKILL.md │ ├── references/ │ │ ├── jql-patterns.md │ │ └── report-templates.md │ └── scripts/ │ └── jql_builder.py ├── search-company-knowledge/ │ └── SKILL.md ├── spec-to-backlog/ │ ├── SKILL.md │ └── references/ │ ├── breakdown-examples.md │ ├── epic-templates.md │ └── ticket-writing-guide.md └── triage-issue/ ├── SKILL.md └── references/ ├── bug-report-templates.md └── search-patterns.md