원클릭으로
frequency
Frequency-domain and signal-processing skill; use when working on Fourier, spectral, or resonance analysis.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Frequency-domain and signal-processing skill; use when working on Fourier, spectral, or resonance analysis.
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.
Fractal geometry and self-similarity skill; use when working on recursive geometric or visual systems.
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 | frequency |
| description | Frequency-domain and signal-processing skill; use when working on Fourier, spectral, or resonance analysis. |
Domain: trinity | Depth: axiom
| Name | Hz range | Domain |
|---|---|---|
| Delta | 0.5–4 Hz | Deep sleep, healing |
| Theta | 4–8 Hz | Meditation, creativity |
| Alpha | 8–14 Hz | Relaxed focus |
| Beta | 14–30 Hz | Active thinking |
| Gamma | 30–100 Hz | Higher cognition |
| Schumann | 7.83 Hz | Earth resonance |
| Solfeggio | 174–963 Hz | Sacred tones |
| Library | Purpose |
|---|---|
| numpy | FFT and signal arrays |
| scipy | Wavelet, signal processing |
| matplotlib | Spectrum visualization |
agents/skills/frequency.py
fft_spectrum(signal, sample_rate) — frequency spectrumsynthesize(frequencies, amplitudes, duration, sr) — build waveformsolfeggio() — dict of all solfeggio frequenciesbrainwave_bands() — frequency band definitionsschumann_resonances() — first 7 Schumann harmonicswavelet_transform(signal) — continuous wavelet transform