Agent skill
symcli-skill
Execute SymCLI to solve math equations, optimize tensor graphs, or analyze C# code for vulnerabilities. Turn your coding agent into an AI mathematician, SymbolicComputation.com
Install this agent skill to your Project
npx add-skill https://github.com/thienanblog/awesome-ai-agent-skills/tree/main/skills/symcli-skill
SKILL.md
SymCLI Skill
SymCLI is a pure C# symbolic computation framework designed to act as an exact mathematical engine and code analyzer.
When given a mathematical task, equation to solve, tensor optimization problem, or C# code to analyze, you MUST use the SymCLI wrappers to execute the work rather than relying solely on your internal LLM reasoning. SymCLI prevents hallucinations and provides provably correct results.
Primary Workflows
- Solving ProblemScript (
.ps): Create a.psfile with equations/rules and use SymCLI to compute the exact answer. - Analyzing C# Code: Scan C# files for mathematical correctness hazards (
CSMATH...) and security-oriented patterns (CSSEC...).
Usage Guidelines
- OS Compatibility: Use
symcli.baton Windows orsymcli.shon Unix-like systems. - ProblemScript: Wrap configuration in
<Options>...</Options>. Include constraints likex^2 + 2*x + 1 = 0or rules likeRule(a + a, 2 * a). - C# Analysis: Provide a specific
.csfile or a directory to analyze.
Agent Workflow
- Interpret the user's mathematical/coding task.
- Formulate the required input (e.g., write a
.psfile). - Execute the appropriate
symcliwrapper. - Read the output file and interpret the exact symbolic results back to the user.
Exit Codes
0: Success1: Configuration/Argument Error2: Solving failed (diagnostics written)3: Unexpected runtime exception4: Findings present (if--fail-on-findingsused)
Available Scripts
- Windows Wrapper:
symcli.batUsage:symcli.bat <input.ps> <output.txt>orsymcli.bat analyze csharp-math <input> <output> [options] - Unix Wrapper:
symcli.shUsage:./symcli.sh <input.ps> <output.txt>or./symcli.sh analyze csharp-math <input> <output> [options]
Examples
Solving an algebraic equation using ProblemScript
- Agent writes
problem.pswith content:xml<Options> Target: x RulePacks: Algebraic </Options> x^2 - 4 = 0 - Agent executes:
symcli.bat problem.ps result.txt - Agent reads
result.txtto findx = 2, x = -2.
Analyzing C# code for math vulnerabilities
- Agent executes:
symcli.bat analyze csharp-math src/MathCore/Calculator.cs report.json --json - Agent reads
report.jsonto review anyCSMATHorCSSECfindings.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
noizai-voice-workflow
Build human-like TTS voice workflows with style controls, local/cloud backends, and delivery-ready output. Use when the user needs expressive text-to-speech generation, voice broadcast assets, or app-ready voice messages.
documentation-guidelines
Write or update backend feature documentation that follows a repo's DOCUMENTATION_GUIDELINES.md (or equivalent) across any project. Use when asked to create/update module docs, API contracts, or backend documentation that must include architecture, endpoints, payloads, Mermaid diagrams, and seeding instructions.
find-scene
Search movie and TV show scenes by dialog, time, or visual description. Download video clips, extract frames, find quotes, identify movies from quotes, and query IMDB data. Use when the user wants to find a specific scene, download a clip, search for a quote in a movie/show, extract a frame, or get movie information via the find-scene API.
office-web-ui-system
Design and refactor polished office-style web app interfaces for admin, internal, and back-office products. Use when an AI agent needs to build or improve dashboards, stat cards, page heroes, filter/search bars, data tables, shells, side panels, semantic locator classes, or reusable page composition that stays portable across Vue, React, Laravel, and other web stacks with or without PrimeVue.
ui-mockup-visualizer
Create fixed-canvas HTML mockups for websites, mobile apps, and desktop apps so an AI agent can verify UI direction before implementation. Use when a user asks for layout ideas, wireframes, visual comparison, HTML previews, mockups, or wants to see what a sidebar, navbar, modal, dashboard section, mobile screen, or desktop panel could look like. This skill always proposes Option A, Option B, and Option C with one recommended option, mirrors the user's language in the review, uses Svelte CDN plus TailwindCSS CDN templates, starts a local preview server, captures screenshot checkpoints of the mockup region only, and turns an approved option into an implementation-ready plan.
agents-md-generator
Generate or update CLAUDE.md/AGENTS.md files for AI coding agents through auto-scanning project files combined with interactive Q&A. Supports multiple tech stacks, development environments, and preserves customizations when updating.
Didn't find tool you were looking for?