Cortex
Skill ttaosci/cortex/cortex
Track issues and changes in the repository. Use when the user says "cortex" or asks to create a cortex issue.From its SKILL.md
npx -y skills add ttaosci/cortex --skill cortexAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 306 tokens by cl100k_base, as published. Nobody here has run it
Cortex
Cortex is the operational memory, issue-tracking system, and change history for this repository.
It is organized into two areas:
$CORTEX_HOME/issues/: active work tracking$CORTEX_HOME/changelog/: change history
Use $CORTEX_HOME/issues/ to answer:
- what needs to be done
- what is being worked on
- what has been finished
Use $CORTEX_HOME/changelog/ to answer:
- what changed over time
Layout
$CORTEX_HOME
├── changelog
│ ├── CHANGE_INDEX.md
│ └── entries
└── issues
├── active
├── backlog
└── closed
Entry Points
- Use
references/workflow.mdfor the task lifecycle. - Use
references/issue.mdfor issue folder meanings. - Use
references/issue_format.mdfor the issue format and field rules. - Use
references/changelog.mdfor changelog folder meaning. - Use
references/changelog_format.mdfor the changelog format and index rules.
Operating Rules
- Put execution state in
$CORTEX_HOME/issues/. - Put change history in
$CORTEX_HOME/changelog/. - Follow
references/workflow.mdfor task handling and lifecycle rules. - Follow
references/issue_format.mdfor issue format rules. - Follow
references/changelog_format.mdfor changelog format rules.
What ships with it: 6 files
9.3 KB alongside SKILL.md
agents/
- openai.yaml290 B
references/
- changelog_format.md2.0 KB
- changelog.md492 B
- issue_format.md3.8 KB
- issue.md630 B
- workflow.md2.1 KB