Skip to content

Conversation

Copy link

Copilot AI commented Jan 22, 2026

The book/ directory implements a wiki-based skill system but lacked documentation connecting it to the Agent Skills paradigm.

Changes

  • Created agent-skills.md: Technical essay (178 lines) analyzing how Brace's knowledge wiki maps to Agent Skills concepts

    • Architecture: discovery phase (skill catalog + README) → dynamic activation via ⟨wiki _.md⟩ syntax
    • Skill taxonomy: Interface (profile builder, Canvas integration), Content (domain knowledge), Pedagogy (Bloom quizzes), Meta (system context)
    • Comparison with traditional Agent Skills: file-based vs code-based storage, explicit vs implicit activation, live updates vs redeployment
    • Design lessons: self-documenting skills, progressive loading, non-technical authoring via GitBook
  • Updated README.md: Added link to essay in Knowledge Authoring section

The essay positions each wiki page as a modular, on-demand skill that reshapes assistant behavior—transparent through command syntax, maintainable through version control, and accessible to non-technical course staff.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • docs.anthropic.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • platform.claude.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Relate our Book to Agent Skills</issue_title>
<issue_description>Someone should think through how the stuff in our book/ directory relates to the notion of Agent Skills from https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview</issue_description>

<agent_instructions>Let's write up a little essay in a top level md file, then link it from the main readme.</agent_instructions>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: rndmcnlly <47277+rndmcnlly@users.noreply.github.com>
Copilot AI changed the title [WIP] Add documentation linking book to agent skills Document book/ directory as Agent Skills implementation Jan 22, 2026
Copilot AI requested a review from rndmcnlly January 22, 2026 22:59
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.

Relate our Book to Agent Skills

2 participants