Aceternity UI

Aceternity UI is a copypaste component library — not an npm package. You copy the component code directly into your project, giving you full ownership and customization power. Components are built with Framer Motion and Tailwind CSS.

Overview

The Aceternity UI skill, hosted within the TerminalSkills/skills repository, enables AI agents like Claude and Gemini to assist developers in implementing high-performance UI components. Unlike traditional npm packages, this library provides direct access to component source code built with Framer Motion and Tailwind CSS. This approach grants users complete ownership and the ability to customize animations and styles within TypeScript and React projects. By referencing the documentation in the source repository, agents can facilitate the manual integration of these components into a codebase. The repository, which has earned 71 stars, serves as a central hub for these modular skills. This specific skill focuses on providing the raw code necessary for modern web interfaces, ensuring that developers maintain control over their project dependencies and styling logic.

Use Cases

Generating customizable React components using Tailwind CSS and Framer Motion.
Implementing complex UI animations by copying source code directly into projects.
Assisting AI agents in building TypeScript-based interfaces without external npm dependencies.

Install Notes

# Review source first
open https://github.com/TerminalSkills/skills/blob/main/skills/aceternity-ui/SKILL.md

Copy or clone the skill folder into your agent skills directory after reviewing its instructions and scripts.

Security Notes

As a copypaste library, security depends on the manual review of the component code before integration. Users should verify that the Tailwind CSS and Framer Motion implementations align with their project's security policies, as the skill provides direct code rather than managed packages.

Related Skills

Skill Improver

trailofbits/skills

Security

Iteratively reviews and fixes Claude Code skill quality issues until they meet standards. Runs automated fix-review cycles using the skill-reviewer agent. Use to fix skill quality issues, improve skill descriptions, run automated skill review loops, or iteratively refine a skill. Triggers on 'fix my skill', 'improve sk

Claude CodeClaude
securityreview
5,853 starsSource linked

Sarif Parsing

trailofbits/skills

Security

Parses and processes SARIF files from static analysis tools like CodeQL, Semgrep, or other scanners. Triggers on "parse sarif", "read scan results", "aggregate findings", "deduplicate alerts", or "process sarif output". Handles filtering, deduplication, format conversion, and CI/CD integration of SARIF data. Does NOT r

Claude CodeClaude
pythonsecurity
5,853 starsSource linked

Semgrep

trailofbits/skills

Security

Run Semgrep static analysis scan on a codebase using parallel subagents. Supports two scan modes — "run all" (full ruleset coverage) and "important only" (high-confidence security vulnerabilities). Automatically detects and uses Semgrep Pro for cross-file taint analysis when available. Use when asked to scan code for v

Claude CodeClaude
pythonsecurity
5,853 starsSource linked

Supply Chain Risk Auditor

trailofbits/skills

Security

Identifies dependencies at heightened risk of exploitation or takeover. Use when assessing supply chain attack surface, evaluating dependency health, or scoping security engagements.

Claude CodeClaude
securityresearch
5,853 starsSource linked

Cargo Fuzz

trailofbits/skills

Security

cargo-fuzz is the de facto fuzzing tool for Rust projects using Cargo. Use for fuzzing Rust code with libFuzzer backend.

Claude CodeClaude
securityresearch
5,853 starsSource linked

Fuzzing Obstacles

trailofbits/skills

Security

Techniques for patching code to overcome fuzzing obstacles. Use when checksums, global state, or other barriers block fuzzer progress.

Claude CodeClaude
securitytesting
5,853 starsSource linked