I7T5I7T5Communityยท15 Agent Skills Included

Edmund

Build, debug, and release a native macOS Markdown editor

Guides development of Edmund, a native macOS Markdown editor built on AppKit and TextKit 2. Covers architecture invariants, caret and viewport debugging, live repro scripts, testing, and release signing. Eliminates repeated debugging dead ends by encoding six rounds of documented failure history and proven fixes. Helps contributors ship verified changes faster with enforced test, screenshot, and review gates.
npx skills add I7T5/Edmund --all -g -y
Available:

Tells the agent to read the architecture doc before non-trivial work, verify visual changes via screencapture, follow branch-per-fix git discipline, and run the test suite before every commit.

All Skills in This Repository (15)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
I7T5I7T5

edmund-research-frontier

Identify open problems and set falsifiable milestones for the Edmund Markdown editor.

Community
Advanced
๐Ÿ“ฆ In Repo
I7T5I7T5

edmund-change-control

Classify and verify software repository changes against predefined rules and checks.

Community
Advanced
๐Ÿ“ฆ In Repo
I7T5I7T5

edmund-architecture-contract

Define architectural and design constraints for the Edmund Markdown editor.

Community
Advanced
๐Ÿ“ฆ In Repo
I7T5I7T5

textkit2-appkit-reference

Explain TextKit 2 viewport-based layout and mitigations for AppKit text issues.

Community
Advanced
๐Ÿ“ฆ In Repo
I7T5I7T5

edmund-caret-integrity-campaign

Automate the caret integrity campaign for the Edmund Markdown editor.

Community
Advanced
๐Ÿ“ฆ In Repo
I7T5I7T5

edmund-release-and-operate

Automate version bumping, CHANGELOG updates, and CI/CD execution for Edmund releases.

Community
Advanced
๐Ÿ“ฆ In Repo
I7T5I7T5

edmund-live-repro-and-diagnostics

Diagnose and reproduce live bugs in the Edmund Markdown editor using diagnostic traces and scripts.

Community
Advanced
๐Ÿ“ฆ In Repo
I7T5I7T5

edmund-docs-and-writing

Manage documentation and writing standards for the Edmund repository.

Community
Advanced
๐Ÿ“ฆ In Repo
I7T5I7T5

edmund-external-positioning

Validate public claims about the Edmund Markdown editor against repository evidence.

Community
Advanced
๐Ÿ“ฆ In Repo
I7T5I7T5

edmund-config-and-flags

Catalog configuration options and flags in the Edmund Markdown editor.

Community
Advanced
๐Ÿ“ฆ In Repo
I7T5I7T5

edmund-build-and-env

Build and debug the Edmund Markdown editor with SwiftPM on macOS.

Community
Advanced
๐Ÿ“ฆ In Repo
I7T5I7T5

edmund-debugging-playbook

Diagnose Edmund Markdown editor issues using symptom checks and escalation ladders.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install Edmund skills?โ–ผ

Run `npx skills add I7T5/Edmund --all -g -y` in your terminal to install all skills in this suite globally.

What is the Edmund editor?โ–ผ

Edmund is a minimal, file-based, native Markdown editor for macOS with inline live preview, built in Swift on AppKit and TextKit 2 with no Electron.

How do these skills help debug Edmund?โ–ผ

They encode symptom-to-cause triage tables, live repro script drivers, and six rounds of documented failure history so bugs are fixed with evidence instead of guesswork.

Do these skills work with Claude Code?โ–ผ

Yes. All skills follow the standard SKILL.md format and run in Claude Code and other compatible coding environments.

Can I use these skills without knowing TextKit 2?โ–ผ

Yes. The included reference skill explains the AppKit and TextKit 2 concepts you need, and the playbooks give step-by-step procedures.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’