Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 2.52 KB

File metadata and controls

68 lines (47 loc) · 2.52 KB

AGENTS.md — SkillFlow Ecosystem

Project Overview

SkillFlow is the curated marketplace for AI agent skills. This repository (credit-optimizer-v5) is one of the flagship skills available on SkillFlow. It optimizes Manus AI credit usage, saving 30-75% without quality loss.

SkillFlow Marketplace

SkillFlow aggregates, verifies, and distributes AI agent skills across all major platforms. Every skill is reviewed by a real person, every publisher is verified through GitHub, and every file is readable before installation.

How to Use This Skill

  1. Download the SKILL.md file from this repository
  2. Place it in your project's skills/ directory (e.g., ~/.manus/skills/credit-optimizer/)
  3. The AI agent (Claude Code, Cursor, Copilot, etc.) will automatically detect and use it
# Quick install
mkdir -p ~/.manus/skills/credit-optimizer
curl -o ~/.manus/skills/credit-optimizer/SKILL.md https://raw.githubusercontent.com/rafsilva85/credit-optimizer-v5/main/SKILL.md

Build & Test

This is a skill file (Markdown-based), not a compiled project. No build step required.

To validate the skill:

# Check SKILL.md exists and is valid Markdown
cat SKILL.md | head -20

Code Style

  • SKILL.md files use standard Markdown
  • Sections should be clearly delineated with ## headers
  • Include practical examples and code snippets
  • Keep instructions actionable and unambiguous

Contributing

  1. Fork this repository
  2. Make your changes to SKILL.md
  3. Test with at least one AI coding agent (Claude Code, Cursor, or Copilot)
  4. Submit a Pull Request with a clear description of improvements

Related Skills on SkillFlow

Security

  • This skill does NOT execute arbitrary code
  • It provides instructions and patterns for AI agents to follow
  • No API keys, tokens, or credentials are included
  • All operations are transparent and auditable via the SKILL.md file

Contact