managing-skills

Automate installation, discovery, and management of agent skills.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/recallnet/polymarket-cross-sectional-momentum --skill managing-skills-recallnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-skills
Source: https://github.com/recallnet/polymarket-cross-sectional-momentum/tree/main/.agents/skills/managing-skills
Command: npx skills add https://github.com/recallnet/polymarket-cross-sectional-momentum --skill managing-skills-recallnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the installation, discovery, and management of agent skills.

Core Features & Use Cases

  • Install skills from GitHub repos, URLs, or local paths
  • Find and search skills by keyword
  • Check for updates and update installed skills while respecting surface contracts

Quick Start

Ask your agent to install a new skill from a repo or URL with default project scope.

Frequently Asked Questions about managing-skills

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

FAQPage Schema
How do I install agent skills from a GitHub repository?

Agent skills require a SKILL.md file with a name and description in the frontmatter. The management process reads repo-local contracts and asset directories when present to drive installation, updates, and synchronization across agents.

Can I search and find agent skills by keyword?

Yes, you can find and search agent skills by keyword. The discovery process searches across available skills to help you locate specific functionalities needed for your project-scoped or global agent workflows.

How do I check for updates and manage installed agent skills?

To manage installed agent skills, the system checks for updates and synchronizes skill contracts. This ensures your installed skills remain current while respecting surface contracts across project-scoped and global workflows.

What's the best way to manage skills across multiple agents?

Managing skills across multiple agents is handled by automating discovery, installation, and synchronization. This approach maintains synchronized skill contracts and supports both project-scoped and global workflows for consistent agent behavior.

Do I need a SKILL.md file to install and manage agent skills?

Yes, a SKILL.md file with frontmatter containing a name and description is required to install and manage agent skills. The system reads this file along with repo-local contracts to drive installation and updates.

Can I install agent skills from local paths or only from GitHub URLs?

You can install agent skills from GitHub repos, URLs, or local paths. This flexibility allows installation from remote repositories or local directories while maintaining project-scoped or global workflow support.