tests/recursiveAgent/adHocSingleFixtures/skills/onlySuite/singleSkill/SKILL.md
# Solo Skill A standalone skill for testing single-skill fallback. ## Instructions Process the given input and return a result. ## Input Format - input: The data to process
npx skillsauth add outfinityresearch/achillesagentlib tests/recursiveAgent/adHocSingleFixtures/skills/onlySuite/singleSkillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A standalone skill for testing single-skill fallback.
Process the given input and return a result.
testing
# Logistics Report Produces a concise warehouse operations report summarising key metrics. Use this skill when the user requests a narrative summary or status update.
testing
# LLM Reporter Provides natural language status updates once data has been collected.
tools
# Report Generator Generates human-readable reports from any input data or analysis. ## Instructions Given input (analysis results, data, or a description), produce a formatted report. The report MUST include: 1. A title line starting with "# Report:" 2. A summary section with key findings 3. A metrics section with numbers formatted for readability 4. A conclusion with actionable recommendations Always produce a complete report. Never refuse. Work with whatever input is provided. Return the
tools
# Format Converter Converts data between formats: JSON, CSV, markdown table, or plain text summary. ## Instructions Given data and a target format, convert the data accordingly. Supported conversions: - JSON to CSV: output comma-separated values with a header row - JSON to markdown: output a markdown table with | delimiters - JSON to text: output a plain-text summary of each record - CSV to JSON: parse CSV and output a JSON array of objects Always clearly label the output format. For CSV, s