futrx-com
- 3 skills
- 0 followers
- 15 hours ago last updated
- ▌ Code Refactorer · futrx-com bundleAn opinionated skill that is used to restructure existing, working frontend or backend code into clear layers with accurate SOLID while keeping behavior identical. Use when asked to refactor, clean up, decouple, split a god class or component, remove duplication, introduce dependency injection, or reorganize code. This is for behavior-preserving restructuring, not feature work, bug fixing, rewrites, or broad test-suite creation.
- ▌ Browser · futrx-comDrive a real web browser the user logs into - open pages, read content, search, fill forms, click, and act in the user's authenticated sessions (social media, dashboards, any site). Use when a task needs a live browser: 'go to <site>', 'search X on <site>', 'log into my <account> and do Y', 'check my messages/notifications', or automating a site that needs a real logged-in session. NOT for previewing this project's own dev server (that's the Browser drawer) and NOT for a one-off screenshot of a public URL (use scripts/browser.mjs).
- ▌ Scheduled Tasks · futrx-comCreate and manage one-time or recurring Remote tasks in the current chat. Use when the user explicitly asks to schedule, repeat, defer, monitor, or resume agent work later. Includes bounded monitoring tasks that stop themselves when their standing goal is complete.