special-functions-library
Comprehensive special functions evaluation and manipulation
Best use case
special-functions-library is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Comprehensive special functions evaluation and manipulation
Teams using special-functions-library should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/special-functions-library/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How special-functions-library Compares
| Feature / Agent | special-functions-library | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Comprehensive special functions evaluation and manipulation
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Special Functions Library ## Purpose Provides comprehensive capabilities for special functions evaluation, manipulation, and analysis. ## Capabilities - Bessel, hypergeometric, elliptic functions - Orthogonal polynomials (Legendre, Chebyshev, Hermite) - Gamma, beta, zeta functions - Asymptotic expansions - Connection formulas and identities ## Usage Guidelines 1. **Function Selection**: Choose appropriate function definitions 2. **Numerical Evaluation**: Use high-precision arithmetic when needed 3. **Identities**: Apply transformation and connection formulas 4. **Asymptotics**: Use asymptotic expansions for large arguments ## Tools/Libraries - DLMF (Digital Library of Mathematical Functions) - mpmath - scipy.special
Related Skills
react-testing-library
React Testing Library patterns, queries, user events, and accessibility testing.
typescript-sdk-specialist
TypeScript SDK development with Node.js and browser support. Design SDK architecture, implement type-safe API clients, support ESM and CommonJS modules, and configure bundling for browsers.
rust-sdk-specialist
Rust SDK development with zero-cost abstractions
python-sdk-specialist
Python SDK development with async support and type hints
java-sdk-specialist
Java SDK development for enterprise environments
go-sdk-specialist
Go SDK development with idiomatic patterns
csharp-sdk-specialist
C#/.NET SDK development with async patterns
specialization-validator
Validate specialization completeness across all 7 phases, score each phase, identify gaps, and generate validation reports.
specialization-researcher
Research specialization domains, compile references, analyze best practices, and gather comprehensive knowledge for new specialization creation.
pde-solver-library
Numerical methods for partial differential equations
ode-solver-library
Numerical methods for ordinary differential equations
graph-algorithm-library
Comprehensive graph algorithms implementation