TrevokeTrevokeCommunityยท5 Agent Skills Included

org-gtd.el

Structured define, design, implement, test, and refactor workflow

Guides development work through a disciplined pipeline: define requirements by interview, design with tradeoffs, implement in small test-driven tasks, and verify with adversarial QA. Eliminates vague requirements, untested code, and skipped reviews that cause regressions. Includes a clean test runner and refactoring pass so every change ships with evidence and green tests.
npx skills add Trevoke/org-gtd.el --all -g -y
Available:

Instructs the agent to track all work with the yaks issue tool, follow the mandatory end-of-session push workflow, and use the Eldev commands for testing, building, and linting this Emacs Lisp project.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install org-gtd.el skills?โ–ผ

Run `npx skills add Trevoke/org-gtd.el --all -g -y` in your terminal to install all skills in this suite globally.

What does this skill workflow do?โ–ผ

It walks your agent through a full development pipeline: define requirements, architect a design, implement with TDD, run adversarial QA, and refactor safely.

How do I run the test suite?โ–ผ

Use the test skill, which calls the included run-tests.sh script and returns a clean pass/fail summary instead of noisy raw output.

Does this work with Claude Code?โ–ผ

Yes. All skills follow the standard SKILL.md format and load directly in Claude Code and other compatible coding agents.

Do I need Emacs knowledge to use these skills?โ–ผ

No. The skills describe a general software workflow, though the included test commands are tailored to this Emacs Lisp project.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’