feat(skills): add docs skill and plugin manifest - #18
Merged
Conversation
ms-shashank
force-pushed
the
feat/docs-skill
branch
from
August 31, 2026 08:07
3001c8b to
3e6e6a6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #10
Summary
Adds the
docsskill and plugin manifest. This skill guides the agent to document code from what it actually does at runtime rather than what it was supposed to do, ground every statement in the code, enforce the skip-the-obvious rule, explicitly name undocumented areas, and report discrepancies between code and documentation as findings rather than resolving them silently.What task was tested & Before vs. After
getUser gets a user), assumed standard error throwing based on comments, and silently resolved code-comment mismatches by guessing intent.file:linereferences for each guarantee, reported the code-vs-doc drift as a primary finding with risk analysis, highlighted runtime invariants (60s cache,nullon 404, fallback behavior), and explicitly stated boundaries on unverified database reconnection paths.What was deliberately left out
tools: chat(read-only by default) to keep documentation review focused on analysis and prevent silently editing implementation code.Checklist
plugins/docs/.oxcode-plugin/plugin.jsondeclared and valid..oxcode-plugin/marketplace.json.capability: Deep analysisandtools: chat(no model names).