/edit
SkillDocs & knowledgeAdd or remove raw sources, or update wiki content, per user request
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the /edit skill
What this skill tells your AI
The instructions your AI receives, as published by skyllwt/autosci in .claude/skills/edit/SKILL.md and read by ahel’s review.
Add or remove raw sources, or update wiki content, per user request.
Trigger
User manual: /edit <user request>
Inputs
User request, for example:
- "Download this paper to raw/papers/"
- "Delete raw/papers/xxx.pdf"
- "Update the SOTA tracker in topics/efficient-llm-adaptation"
- "Add a new variant to concepts/lora"
Outputs
Updated wiki files, index.md, log.md
Steps
STEP 1: Parse User Intent
- Add raw sources:
- If the user provides a local path: copy to the corresponding directory under
raw/ - If the user provides an arXiv URL: download to
raw/papers/ - If the user provides a web URL: fetch content with markdownify and save to
raw/web/
- If the user provides a local path: copy to the corresponding directory under
- Delete raw sources:
- Confirm then execute deletion
- Update wiki:
- Read the relevant pages and modify content per user instructions
STEP 2: Execute Updates
- Newly added raw sources can later be incorporated into the wiki via
/ingest - Direct wiki modifications: update the specified fields/content in specific pages per user instructions
- When writing forward links, simultaneously write reverse links
STEP 3: Update Navigation
EDIT wiki/index.md: update relevant entriesAPPEND wiki/log.md:## [{date}] update | {description}
STEP 4: Report
- List all changes made
- Suggest follow-up actions (e.g. ingest newly added raw sources if applicable)
Constraints
raw/is read-only for existing files (this skill may add files toraw/, but must not modify existing ones)- Wiki modifications must follow template structure
- Bidirectional links must be kept in sync
Signals
- GitHub stars
- 2k
- Forks
- 211
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
edit-skyllwt- Source
- github.com/skyllwt/autosci