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

Stars 54
Forks 12

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

  1. Solving ProblemScript (.ps): Create a .ps file with equations/rules and use SymCLI to compute the exact answer.
  2. Analyzing C# Code: Scan C# files for mathematical correctness hazards (CSMATH...) and security-oriented patterns (CSSEC...).

Usage Guidelines

  • OS Compatibility: Use symcli.bat on Windows or symcli.sh on Unix-like systems.
  • ProblemScript: Wrap configuration in <Options>...</Options>. Include constraints like x^2 + 2*x + 1 = 0 or rules like Rule(a + a, 2 * a).
  • C# Analysis: Provide a specific .cs file or a directory to analyze.

Agent Workflow

  1. Interpret the user's mathematical/coding task.
  2. Formulate the required input (e.g., write a .ps file).
  3. Execute the appropriate symcli wrapper.
  4. Read the output file and interpret the exact symbolic results back to the user.

Exit Codes

  • 0: Success
  • 1: Configuration/Argument Error
  • 2: Solving failed (diagnostics written)
  • 3: Unexpected runtime exception
  • 4: Findings present (if --fail-on-findings used)

Available Scripts

  • Windows Wrapper: symcli.bat Usage: symcli.bat <input.ps> <output.txt> or symcli.bat analyze csharp-math <input> <output> [options]
  • Unix Wrapper: symcli.sh Usage: ./symcli.sh <input.ps> <output.txt> or ./symcli.sh analyze csharp-math <input> <output> [options]

Examples

Solving an algebraic equation using ProblemScript

  1. Agent writes problem.ps with content:
    xml
    <Options>
      Target: x
      RulePacks: Algebraic
    </Options>
    x^2 - 4 = 0
    
  2. Agent executes: symcli.bat problem.ps result.txt
  3. Agent reads result.txt to find x = 2, x = -2.

Analyzing C# code for math vulnerabilities

  1. Agent executes: symcli.bat analyze csharp-math src/MathCore/Calculator.cs report.json --json
  2. Agent reads report.json to review any CSMATH or CSSEC findings.

Expand your agent's capabilities with these related and highly-rated skills.

thienanblog/awesome-ai-agent-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.

54 12
Explore
thienanblog/awesome-ai-agent-skills

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.

54 12
Explore
thienanblog/awesome-ai-agent-skills

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.

54 12
Explore
thienanblog/awesome-ai-agent-skills

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.

54 12
Explore
thienanblog/awesome-ai-agent-skills

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.

54 12
Explore
thienanblog/awesome-ai-agent-skills

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.

54 12
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results