skill-fix-logs

📁 duc01226/easyplatform 📅 3 days ago
1
总安装量
1
周安装量
#41213
全站排名
安装命令
npx skills add https://github.com/duc01226/easyplatform --skill skill-fix-logs

Agent 安装分布

antigravity 1
gemini-cli 1

Skill 文档

Think harder. Use skill-plan and claude-code skills. Use docs-seeker skills to search for documentation if needed.

Your mission

Fix the agent skill based on the current logs.txt file (in the project root directory).

Requirements

$ARGUMENTS

Rules of Skill Fixing:

Base on the requirements:

  • If you’re given nothing, use AskUserQuestion tool for clarifications and researcher subagent to research about the topic.
  • If you’re given an URL, it’s documentation page, use Explorer subagent to explore every internal link and report back to main agent, don’t skip any link.
  • If you receive a lot of URLs, use multiple Explorer subagents to explore them in parallel, then report back to main agent.
  • If you receive a lot of files, use multiple Explorer subagents to explore them in parallel, then report back to main agent.
  • If you’re given a Github URL, use repomix command to summarize (install it if needed) and spawn multiple Explorer subagents to explore it in parallel, then report back to main agent.

IMPORTANT Task Planning Notes

  • Always plan and break many small todo tasks
  • Always add a final review todo task to review the works done at the end to find any fix or enhancement needed