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
Install Notes
# Review source first
open https://github.com/TerminalSkills/skills/blob/main/skills/aceternity-ui/SKILL.mdCopy 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
Security Audit
TerminalSkills/skills
Perform comprehensive security audits on codebases by scanning for OWASP Top 10 vulnerabilities, checking dependencies for known CVEs, detecting leaked secrets and API keys, and generating prioritized fix recommendations. This skill combines static analysis patterns with dependency auditing tools.
Agent Sandbox
TerminalSkills/skills
AI agents execute code, modify files, and run shell commands. Without guardrails, a bad prompt or hallucination can delete your database, overwrite production configs, or exfiltrate secrets. This skill builds safety layers — sandboxed execution, filesystem restrictions, network policies, audit trails, and kill switches
AI Pentesting
TerminalSkills/skills
Use AI agents to autonomously conduct penetration tests on web applications. Combine LLM reasoning with security tools (nmap, subfinder, nuclei, sqlmap, browser automation) to find and prove vulnerabilities with minimal human intervention.
AI Guardrails
TerminalSkills/skills
Add safety layers to AI applications — input validation, prompt injection detection, output filtering, content moderation, and policy enforcement. Prevent misuse without breaking legitimate use cases.