auto-skill-bootstrap

Automate discovery, filtering, and installation of AI skills via the Skills CLI.

151|20|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Jefest9988/1c-ai-development-kit --skill auto-skill-bootstrap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-skill-bootstrap
Source: https://github.com/Jefest9988/1c-ai-development-kit/tree/main/.cursor/skills/auto-skill-bootstrap
Command: npx skills add https://github.com/Jefest9988/1c-ai-development-kit --skill auto-skill-bootstrap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of identifying, discovering, and installing necessary AI skills for a given task, ensuring you have the right tools without manual searching.

Core Features & Use Cases

  • Automated Skill Discovery: Scans your project for existing skills and maps them to task requirements.
  • Gap Identification: Pinpoints missing capabilities required for your current task.
  • Candidate Search & Filtering: Finds potential skills on platforms like skills.sh and filters them based on a trust policy (allowlist/denylist).
  • Guided Installation: Proposes skills for installation, requiring user approval for untrusted ones.
  • Use Case: When you start a new task, like optimizing 1C queries, this Skill can automatically find and suggest relevant skills such as '1c-query-optimization' and 'postgresql', and help you install them with a single command.

Quick Start

Run the auto-skill-bootstrap skill to find and install any missing skills for the '1c-query-optimization' capability.

Frequently Asked Questions about auto-skill-bootstrap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically discover and install missing AI skills for a task?

Automated skill discovery maps task requirements to project capabilities, identifies missing skills, and searches for candidates to install. It filters results using a defined trust policy and prompts for approval before installing untrusted skills.

How do I map task requirements to project capabilities for AI tool selection?

Mapping task requirements involves scanning your project to inventory existing skills and comparing them against the capabilities your current task needs. This identifies capability gaps and triggers a search for candidate AI tools.

Can I filter AI skills based on a trust policy during installation?

Filtering AI skills based on a trust policy ensures only allowlisted candidates are automatically considered, while denylisted ones are blocked. Untrusted skills require explicit user approval before installation proceeds.

Do I need the Skills CLI to search for and install AI tools?

Yes, the Skills CLI is required to search for candidate AI tools. The automation relies on the Skills CLI to query platforms like skills.sh and retrieve potential skills for installation based on your capability gaps.

What is the best way to identify missing capabilities in my AI project?

The best way to identify missing capabilities is to run an automated gap analysis that inventories your existing skills and compares them against your task requirements. This highlights missing skills and suggests candidates for installation.

Why does guided skill installation require user approval?

Guided skill installation requires user approval to enforce trust policies and ensure security. Untrusted skills found during the candidate search must be manually approved before they are installed into your project environment.