Autowiki init
Use when creating a new autowiki knowledge base. Trigger: 'start a wiki', 'init wiki', 'create knowledge base', 'set up autowiki'.From its SKILL.md
npx -y skills add knefenk/autowiki --skill autowiki-initAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.1 KB, 244 tokens by cl100k_base, as published. Nobody here has run it
AutoWiki Init
Create a new knowledge base directory. One-time setup.
Steps
- Ask where:
$WIKI(default~/wiki). Ask for domain description. - Create directories:
WIKI="${WIKI_PATH:-$HOME/wiki}"
mkdir -p "$WIKI"/{raw/{articles,papers,code,logs,assets},entities,concepts,comparisons,claims,queries}
-
Write
$WIKI/SCHEMA.mdwith frontmatter, domain, conventions, tag taxonomy. Seereferences/schema-template.mdfor format. -
Write
$WIKI/index.mdwith empty sections (Entities, Concepts, Comparisons, Claims, Queries). -
Write
$WIKI/log.mdwith creation entry. -
Write
$WIKI/_navigate.md— agent orientation file. Seereferences/navigate-template.md. -
Report: path + domain + ready for first ingest.
Verification
ls "$WIKI"/{SCHEMA.md,index.md,log.md,_navigate.md,entities,concepts,claims,raw}
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.