benchflow-ai / circuit-fibsqrt
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/circuit-fibsqrt && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2571" && unzip -o skill.zip -d .claude/skills/circuit-fibsqrt && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/circuit-fibsqrt/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Guide for implementing combinational/sequential logic circuits using gate-level descriptions in text-based simulators. This skill applies when building circuits for mathematical functions like integer square root, Fibonacci sequences, or similar computations that require both combinational logic (arithmetic operations) and sequential logic (feedback loops, state machines). Use this skill when the task involves generating gate netlists, implementing multi-bit arithmetic circuits, or debugging event-driven circuit simulators.