agentsclimarketplace

Autowiki init

Skill knefenk/autowiki/skills/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

Install
npx -y skills add knefenk/autowiki --skill autowiki-init

Assembled 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

  1. Ask where: $WIKI (default ~/wiki). Ask for domain description.
  2. Create directories:
WIKI="${WIKI_PATH:-$HOME/wiki}"
mkdir -p "$WIKI"/{raw/{articles,papers,code,logs,assets},entities,concepts,comparisons,claims,queries}
  1. Write $WIKI/SCHEMA.md with frontmatter, domain, conventions, tag taxonomy. See references/schema-template.md for format.

  2. Write $WIKI/index.md with empty sections (Entities, Concepts, Comparisons, Claims, Queries).

  3. Write $WIKI/log.md with creation entry.

  4. Write $WIKI/_navigate.md — agent orientation file. See references/navigate-template.md.

  5. 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.

Gives 0 of the 12 instructions most project setup skills give in 244 tokens

Counted across 999 of the 1,637 authors here whose files we hold, read 2026-08-07

  • Ask one question at a timein 29 of 999, across 28 files
  • Detect the package manager from lockfilesin 28 of 999, across 9 files
  • Present findings to the userin 26 of 999, across 5 files
  • Explore current repo statein 24 of 999, across 3 files
  • Update the agent skills block in place if it existsin 24 of 999, across 3 files
  • Install husky lint-staged and prettierin 23 of 999, across 4 files
  • Create the lintstagedrc filein 22 of 999, across 3 files
  • Commit all changed filesin 22 of 999, across 3 files
  • Run lint-staged to verify it worksin 22 of 999, across 3 files
  • Create the husky pre-commit filein 21 of 999, across 2 files
  • Create a prettierrc file if missingin 21 of 999, across 2 files
  • Initialize huskyin 21 of 999, across 2 files

Said here and by no other author read

  • ask for wiki path and domain description
  • write the schema file
  • write the index file
  • write the navigate file
  • report path, domain, and readiness

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 326,861. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.