by devill · Agent Tool · ★ 66
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
RefakTS RefakTS lets AI agents make precise code changes without rewriting entire files, keeping codebases clean and AI performance high. The Problem AI agents face the same cognitive limitations as humans - they perform best when focusing on fewer things at once. When maintaining code quality, agents often need to make changes that span multiple locations (like renaming variables or extracting functions). Current Approach Problems: Agents regenerate entire files to make small changes Limited effective context window gets filled with repetitive code High cognitive load from tracking multiple simultaneous changes Error-prone manual edits across multiple locations Token waste on unchanged code The RefakTS Solution RefakTS provides surgical refactoring operations via command line, allowing AI agents to: Make precise changes without code regeneration Preserve cognitive capacity for complex logic Maintain code quality with reliable transformations Save tokens by changing only what needs to change Example: Instead of regenerating 50 lines to rename one variable, RefakTS changes just the variable name and its references across the entire codebase.
| Stars | 66 |
| Forks | 8 |
| Language | TypeScript |
| Category | Agent Tool |
| Quality Score | 67.1550539237751/100 |
| Open Issues | 40 |
| Last Updated | 2026-05-08 |
| Created | 2025-06-30 |
| Platforms | node |
| Est. Tokens | ~232k |
Explore other popular agent tool tools:
refakts is RefakTS is a TypeScript refactoring tool built by AI coding agents for AI coding agents. It allows them to perform precise refactoring operations via command line instead of error prone text generatio. It is categorized as a Agent Tool with 66 GitHub stars.
refakts is primarily written in TypeScript.
You can find installation instructions and usage details in the refakts GitHub repository at github.com/devill/refakts. The project has 66 stars and 8 forks, indicating an active community.