Skip to content

aecoder-br/my-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Skill Seekers Configs

This repository stores skill-seekers JSON configuration files and local workflow notes for generating AI skills from technical documentation.

It is based on the workflow supported by yusufkaraaslan/Skill_Seekers. This repository does not vendor or replace the skill-seekers CLI.

Prerequisite

Install skill-seekers before using this repository.

Use the current installation instructions in the upstream project:

Do not rely on installation commands copied into this repository, because the upstream installation flow may change. After installing, confirm the CLI is available:

skill-seekers --help

Repository Layout

configs/   Skill Seekers JSON config files
docs/      Workflow notes and reusable prompts
output/    Local generated skills and packages

The output/, cache, virtual environment, and browser directories are local working artifacts. Keep generated or machine-specific files out of shared changes unless there is a deliberate reason to publish them.

Basic Workflow

  1. Create or download a JSON config.

  2. Put the config file in configs/.

  3. From the repository root, run:

skill-seekers create ./configs/<config-name>.json
  1. Review the generated output under output/.

  2. Package or install the generated skill using the current commands documented by the upstream Skill_Seekers project.

Config Standards

Config files should be production-ready JSON:

  • Use lowercase kebab-case file names, for example typescript.json or aps-automation-api.json.
  • Keep each config focused on official documentation or a clearly scoped source.
  • Prefer precise base_url, start_urls, selectors, include patterns, exclude patterns, and categories.
  • Avoid broad crawls that include marketing, pricing, community, account, careers, unrelated blog content, or duplicated localized docs.
  • Do not include secrets, tokens, cookies, private URLs, or local machine paths.
  • Validate JSON syntax before opening a pull request.

Attribution

This repository is a companion collection for Skill Seekers configs. The CLI, scraper, packaging behavior, and installation process are owned by the upstream Skill Seekers project.

License

This repository is licensed under the MIT License. See LICENSE.

About

Skill Seekers config collection for generating AI skills from technical documentation, with curated JSON configs, reusable prompts, and contribution guidelines.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors