🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain

All Skills β€” coding

8 skills in "coding" matching "efficiency"

πŸ¦€ ClawHub27.6k dl
Browser Act Skill Forge
Turns any website's data extraction or operation needs into Agent-callable capabilities. User describes what data to get or what action to perform on which site, this Skill automatically explores implementation paths (API endpoints first, DOM fallback when no API), then generates deploy-ready Skill packages (SKILL.md + Python scripts) after verification. Explore once, reuse forever β€” subsequent calls skip exploration cost, greatly improving execution reliability and efficiency.
πŸ¦€ ClawHub1.5k dl
review-github-pr
GitHub PR code review - fetches the diff, runs automated checks, launches 3 parallel review agents (correctness, convention compliance, efficiency) to analyz...
πŸ¦€ ClawHub912 dl
Tiny CSS
Write minimal, efficient CSS for small or minimalist projects by trusting the browser instead of fighting it. Only use this skill for personal sites, prototy...
πŸ¦€ ClawHub4.3k dl
Chrome Devtools
Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions,...
πŸ¦€ ClawHub1.6k dl
code-polish
Pre-release code review - runs lint/type checks, then launches 3 parallel review agents (cleanliness, design, efficiency) to analyze the diff, synthesizes a...
πŸ¦€ ClawHub1.3k dl
Fast Browser Use 1.0.5
Rust-based Chrome automation for ultra-fast, token-efficient DOM extraction, session management, screenshots, infinite scroll harvesting, and sitemap analysis.
πŸ¦€ ClawHub1.3k dl
Golang Performance
Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction, CPU efficiency, memory layout, GC tuni...
πŸ¦€ ClawHub844 dl
Practical Guide To Llm Fine Tuning With Lora
Guide on efficiently fine-tuning large language models using LoRA adapters with Python code examples and configuration details.