acquire-skills

Scan project files and marketplaces to identify and install missing skills.

3|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/martineserios/thebrana --skill acquire-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acquire-skills
Source: https://github.com/martineserios/thebrana/tree/main/system/skills/acquire-skills
Command: npx skills add https://github.com/martineserios/thebrana --skill acquire-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of identifying and installing new tools and functionalities needed for your project, especially when encountering unfamiliar technologies.

Core Features & Use Cases

  • Tech Gap Identification: Scans project files (package.json, requirements.txt, etc.) and task descriptions to identify required technologies.
  • Marketplace Search: Queries external marketplaces (like Vercel skills CLI or web search) for relevant skills.
  • User-Guided Installation: Presents potential skills to the user for approval before installation.
  • Use Case: When starting a new project that uses Prisma and Cloudflare Workers, this skill can find and suggest relevant Claude skills for managing these technologies.

Quick Start

Use the acquire-skills skill to scan the current project for missing tools.

Frequently Asked Questions about acquire-skills

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

FAQPage Schema
How do I automatically find and install missing project dependencies for unfamiliar technologies?

To automatically find missing dependencies, this skill scans project context files like package.json and requirements.txt to identify technology gaps, queries external marketplaces for relevant skills, and installs them after user confirmation.

What is the best way to identify technology gaps in a new software project?

Identifying technology gaps is handled by scanning project files and task descriptions to detect required technologies, then searching external marketplaces for relevant tooling to support unfamiliar frameworks.

Can I use marketplace tooling to automatically add plugins for new frameworks like Prisma?

Yes, you can use marketplace tooling to automatically add plugins. The skill searches marketplaces like Vercel skills CLI for framework-specific tools and presents them for user approval before installation.

Does the automated skill installation require manual confirmation before adding new tools?

Yes, automated skill installation requires manual confirmation. The tool presents potential skills found in external marketplaces to the user for approval before proceeding with automated installation and catalog updates.

How does project context scanning handle unfamiliar technologies in task descriptions?

Project context scanning handles unfamiliar technologies by parsing task descriptions and dependency files to detect gaps, querying external marketplaces for matching skills, and updating skill catalog documentation after installation.