app-skills
NewBrowse 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
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/app-skills.md https://raw.githubusercontent.com/mobius-os/app-skills/main/SKILL.md/app-skillsUse Cases
Usage Examples
/app-skills list all skills
Search for skills related to data processing
Create a new skill called 'code-review' that checks for common bugs
Security Audits
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..