Dev & Engineering codebase-analysisapi-documentationdesign-pattern-detectiontest-extractionpythonci-cd

Skill Seekers Bootstrap

Self-document Skill Seekers as an installable Claude Code skill.

FollowSkills review · FSRS-2.0
Not recommended
41/ 100 5-point scale 2.1 / 5
Trust10 / 25 · 2.0/5

The documentation makes the local-codebase analysis, output locations, and optional Claude Code installation reasonably transparent. However, the script is described as removing the output directory without confirmation, installation can write to an agent directory, and rollback, privilege isolation, and sensitive-data handling are not specified. No malware or credential-theft red line is evidenced.

Reliability7 / 20 · 1.8/5

Commands, output structure, validation steps, and troubleshooting are fairly detailed, and unit and end-to-end tests are claimed. Static review provides no test files or CI results, while command, directory, and version descriptions contain inconsistencies, so the score remains below the static ceiling.

Adaptability6 / 15 · 2.0/5

The intended directory input, output directory, workflow, and principal commands are clear. However, this path documents self-documentation of Skill Seekers, while the supplied object description also claims website, GitHub, and PDF conversion; non-fit boundaries, trigger conditions, Chinese support, and mainland-China reachability are not documented.

Convention9 / 15 · 3.0/5

The document has good layering, examples, troubleshooting, version information, changelog material, and supplied MIT license metadata. It lacks a clearly named maintainer and formal update path, and its Last Updated date conflicts with the changelog date, so full marks are not justified.

Effectiveness6 / 15 · 2.0/5

The core workflow plausibly produces and installs a Claude skill from a codebase, with outputs that appear directly usable after review. Nevertheless, output correctness, coverage, and quality are asserted rather than verified for this revision, and manual review remains necessary.

Verifiability3 / 10 · 1.5/5

The files provide commands, named tests, metrics, and examples as audit clues. They do not include the test implementations, CI execution evidence, or independent corroboration in the supplied material, and the production metrics cannot be verified statically.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision d3f9b2c93779
Before you use it
  • Use a dedicated output directory because the documented script removes that directory without confirmation.
  • The claimed tests, coverage, and production metrics are not independently verified in the supplied material; review generated content before installing it into Claude Code.
  • This path primarily covers local codebase self-documentation; do not assume website, GitHub, or PDF conversion capability, Chinese support, or mainland-China reachability from it.
  • Note the date inconsistency: Last Updated is 2026-02-18, while the v3.6.0 changelog is dated 2026-05-30.
Review evidence [1][2][3][4][5][6]
See the full review method →

What it does & when to use it

Bootstrap Skill uses Skill Seekers to analyze the Skill Seekers codebase itself and generate a Claude Code skill containing documentation, CLI references, API documentation, code patterns, and test examples. It combines a handcrafted header with generated analysis and validates the resulting structure and YAML fields. The output can be installed into Claude Code or regenerated in CI/CD. It is best suited to developers who need an operational reference for Skill Seekers or a maintainable self-hosting workflow.

Runs ./scripts/bootstrap_skill.sh or skill-seekers create --directory . against the local Skill Seekers repository; analyzes Python source, tests, configuration, and documentation; detects design and architectural patterns; extracts test examples, configuration patterns, API references, dependency graphs, and how-to guides; merges generated content with scripts/skill_header.md; validates frontmatter, required fields, and structure; creates output/skill-seekers/ with SKILL.md, references, and metadata; and can install the result into Claude Code.

  1. A new Skill Seekers user wants Claude Code to explain the project's CLI, APIs, and common workflows.
  2. A maintainer wants to regenerate project documentation after code changes, including updated patterns and test examples.
  3. A team wants to generate and preserve or publish the self-hosting skill on a recurring CI/CD schedule.
  4. A developer needs source-derived design-pattern, architecture, API, or programmatic-usage references.

Pros & cons

Pros
  • Covers source code, tests, configuration, and documentation rather than producing only a high-level overview.
  • Generates design- and architectural-pattern material, API references, dependency graphs, and how-to guides.
  • Validates frontmatter, required fields, YAML syntax, and content structure.
  • Supports both local execution and recurring CI/CD generation.
Limitations
  • The skill is specifically designed to document Skill Seekers itself; the source does not establish that it automatically documents arbitrary projects.
  • The end-to-end workflow is described as taking about 2–5 minutes, with some C3.x analysis stages taking longer.
  • Generated content depends on the current state of the local source, tests, configuration, and documentation.
  • The supplied sources contain inconsistent version metadata: the skill states 3.6.0 while the README identifies the repository as 3.7.0; its update and changelog dates also differ.

How to install

Install the collection with pip install skill-seekers. From the Skill_Seekers repository root, run ./scripts/bootstrap_skill.sh. After generation, run skill-seekers install-agent output/skill-seekers --agent claude, or use the README's cp -r output/skill-seekers ~/.claude/skills/ command to install it for Claude Code.

How to use

From the repository root, run ./scripts/bootstrap_skill.sh. For the manual workflow, run skill-seekers create --directory . --output output/skill-seekers --name skill-seekers, merge scripts/skill_header.md with the generated file, then run skill-seekers install-agent output/skill-seekers --agent claude. The source also shows programmatic usage through scrape_codebase(...) followed by install_to_agent(...).

FAQ

Does the bootstrap workflow require network access?
The documented bootstrap process analyzes a local codebase and writes local output, so the source does not identify networking as a required runtime step. Installing Skill Seekers with pip may require network access depending on the environment.
Does it install itself into Claude Code automatically?
The script describes installation as optional. You can explicitly run `skill-seekers install-agent output/skill-seekers --agent claude`.
What happens if YAML frontmatter is missing?
Validation checks for frontmatter and required fields including `name`, `version`, and `description`; missing requirements cause the workflow to report an error and fail.
Can it run in continuous integration?
Yes. The source includes a GitHub Actions example that installs the project, runs the bootstrap script, and uploads or optionally commits the generated output.

More skills from this repository

All from yusufkaraaslan/Skill_Seekers

Dev & Engineering

Skill Seekers Skill Builder

Turn documentation, repositories, and PDFs into AI-ready skills while detecting conflicts between documentation and implementation.

Dev & Engineering

Man Page Single-Page Lookup

Quickly find curl options, syntax, examples, and reference links from one generated man page.

Dev & Engineering

Golden Man Command Reference

A compact reference for golden_man Git and Curl commands, options, examples, and cross-references.

Writing & Content

Quiet Feed Empty Feed Skill

Helps agents inspect an Atom feed that currently has no articles.

Dev & Engineering

Skill Seekers Builder

Turn documentation, repositories, and other knowledge sources into usable AI skills.

Dev & Engineering

Web Handbook Documentation Skill

Helps agents test and navigate multi-file HTML documentation builds.

Dev & Engineering

Golden EPUB Keyword Classifier

Tests documentation keyword categorization with a compact structural and example summary.

Dev & Engineering

PDF Keyword Categorization Test

A focused skill for validating keyword categorization, document sections, and extracted examples from PDF documentation.

Data & Analysis

Golden Jupyter Notebook Skill

A focused reference for testing, reproducing, and reviewing the Golden_Jupyter analysis notebook.

Dev & Engineering

EPUB Golden Build Guide

A focused reference skill for testing EPUB golden builds and locating document concepts, APIs, examples, and troubleshooting notes.

Dev & Engineering

RSS Engineering Blog Reference

A fixed RSS example for checking feed metadata, articles, tags, and navigation output.

Data & Analysis

Golden Jupyter Directory Notebook Skill

A compact reference for understanding, reproducing, and reviewing Jupyter notebook analysis workflows.

Dev & Engineering

Golden PPTX Keyword Categorization

A focused reference skill for testing keyword categorization across structured presentation content.

Data & Analysis

Jupyter Topics Build Test Skill

A focused skill for validating the golden_jupyter_topics notebook build and its analysis references.

Dev & Engineering

PDF Chapter Classification Skill

Helps agents understand and navigate PDF content by chapter.

Dev & Engineering

Golden Word Documentation Skill

A structured reference skill for testing the Word golden build.

Dev & Engineering

Keyword Categorization Test Docs

A structured HTML documentation reference for testing keyword categorization.

Productivity & Collaboration

Empty Slack Chat Skill

A test skill for validating an empty Slack chat export.

Dev & Engineering

Discord Chat Knowledge Skill

Find solutions, code references, and team decisions in exported Discord conversations.

Writing & Content

Web Handbook Documentation Skill

Quickly navigate structured web documentation for concepts, API references, examples, and troubleshooting.

Related skills