Skip to content
BeClaude

app-skills

New
GitHub TrendingGeneralby mobius-os

Browse and search your agent's skills — the SKILL.md guides that shape what it can do. Tap any skill to read it. Create or edit through the agent.

Summary

md guides that define your agent's capabilities.

  • It also allows you to create or edit skills directly through the agent, making it easy to manage and customize your agent's behavior without leaving the chat.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/app-skills.md https://raw.githubusercontent.com/mobius-os/app-skills/main/SKILL.md
3
Invoke in Claude Code
/app-skills

Use Cases

Quickly look up a specific skill to understand what tasks your agent can perform.
Search for skills by keyword to find relevant capabilities for a new project.
Create a new skill from scratch to extend your agent's functionality.
Edit an existing skill to update instructions or add new behaviors.
Review all available skills to audit your agent's current configuration.
Share a skill's content with a teammate by reading it aloud or copying it.

Usage Examples

1

/app-skills list all skills

2

Search for skills related to data processing

3

Create a new skill called 'code-review' that checks for common bugs

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is app-skills?

This skill enables you to browse, search, and read the SKILL.md guides that define your agent's capabilities. It also allows you to create or edit skills directly through the agent, making it easy to manage and customize your agent's behavior without leaving the chat.

How to install app-skills?

To install app-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/app-skills.md https://raw.githubusercontent.com/mobius-os/app-skills/main/SKILL.md. Finally, /app-skills in Claude Code.

What is app-skills best for?

app-skills is a skill categorized under General. It is designed for: agent. Created by mobius-os.

What can I use app-skills for?

app-skills is useful for: Quickly look up a specific skill to understand what tasks your agent can perform.; Search for skills by keyword to find relevant capabilities for a new project.; Create a new skill from scratch to extend your agent's functionality.; Edit an existing skill to update instructions or add new behaviors.; Review all available skills to audit your agent's current configuration.; Share a skill's content with a teammate by reading it aloud or copying it..