Skip to content

Add start-legibility skill scaffold#11

Draft
michael-webster wants to merge 1 commit intomainfrom
webster/start-legibility
Draft

Add start-legibility skill scaffold#11
michael-webster wants to merge 1 commit intomainfrom
webster/start-legibility

Conversation

@michael-webster
Copy link
Contributor

Adds a skill that creates AGENTS.md, ARCHITECTURE.md, and the .agents/docs/ directory structure (with placeholder docs) to make any repo legible for AI assistants.

Adds a skill that creates AGENTS.md, ARCHITECTURE.md, and the
.agents/docs/ directory structure (with placeholder docs) to make
any repo legible for AI assistants.
# Creates the agent legibility scaffold in the current repository root.
set -euo pipefail

REPO_ROOT="$(git rev-parse --show-toplevel 2>/dev/null || pwd)"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is supposed to be scoped to repos, maybe this should error out rather than silently using the current directory?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants