symcli-skill

Solid

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

AI & Automation 60 stars 16 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 88/100

Stars 20%
59
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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) ...

Details

Author
thienanblog
Repository
thienanblog/awesome-ai-agent-skills
Created
5 months ago
Last Updated
yesterday
Language
Shell
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

math

Unified math capabilities - computation, solving, and explanation. I route to the right tool.

3,685 Updated 3 months ago
parcadei
AI & Automation Solid

critical-analyst

Deep critical analysis of any text, document, code, or specification to find contradictions (e.g., code does X but spec says Y), ambiguities (vague terms, undefined criteria, multiple interpretations), inconsistencies (different names for the same concept), and logical gaps (missing steps in reasoning chains) — along with suggestions on how to fix each issue. ALWAYS use this skill when the user asks to review, critique, or analyze a document, codebase, spec, requirements, architecture decision, step-by-step explanation, or any text for quality issues. Use it for requests like "find problems with", "review critically", "check for contradictions", "verify consistency", "analyze for issues", "revisar documento", "analisar especificação", or "encontrar problemas em".

21 Updated 3 weeks ago
glaucia86
Data & Documents Solid

skill-issue

Audit and review all installed agent skills. Run on-demand or via cron to get a health report: skill inventory, usage tracking, version checks, dependency health, and actionable recommendations (keep, update, review, remove). Use when asked to review skills, check for skill updates, find unused skills, or audit the skill ecosystem.

23 Updated 3 months ago
krispuckett
AI & Automation Featured

skill-composer

DAG-based multi-skill orchestration with dependency resolution.

388 Updated 2 days ago
notque