بنقرة واحدة
fractals
Fractal geometry and self-similarity skill; use when working on recursive geometric or visual systems.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Fractal geometry and self-similarity skill; use when working on recursive geometric or visual systems.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Algorithm design and analysis skill for DSH; use when working on optimization, data structures, or computational procedures.
Cognitive systems skill for reasoning, memory, and agent behavior; use when designing agent workflows or mental-model tooling.
High-performance numerical and quantum compute skill for scientific workloads; use when working on numeric algorithms, simulation, or acceleration.
Frequency-domain and signal-processing skill; use when working on Fourier, spectral, or resonance analysis.
Financial advisor for GreenEnergyFL — tracks job finances, bills, vendor payments, cash flow, and overdue invoices. Use this skill whenever the user asks about money, payments, invoices, bills, job costs, what's owed, what's coming in, cash flow, overdue accounts, financial summaries, or anything related to GreenEnergyFL's finances. Trigger even if the user just says "check the bills", "what do we owe", "who hasn't paid", "how are we doing financially", or "show me the jobs".
General mathematical methods skill for symbolic and numerical work; use when solving equations or deriving relationships.
| name | fractals |
| description | Fractal geometry and self-similarity skill; use when working on recursive geometric or visual systems. |
Domain: trinity | Depth: axiom
| Library | Purpose |
|---|---|
| numpy | Array-based iteration |
| matplotlib | Rendering |
| sympy | Symbolic recursion |
agents/skills/fractals.py
mandelbrot(width, height, max_iter) — iteration count arrayjulia(c, width, height, max_iter) — Julia set for constant clsystem(axiom, rules, depth) — expand L-system stringlorenz(steps, dt) — Lorenz attractor trajectoryfractal_dimension(points) — box-counting dimensionifs(transforms, n_points) — IFS attractor point cloud