claude-code-settings
Browser automation, dev cleanup, and coding workflow rules
Instructs your AI agent to follow a research-plan-approval-implement workflow, verify frontend changes with Playwright CLI, use LSP and Context7 for accurate code work, and organize agent teams into lead, reviewer, implementer, and tester roles.
All Skills in This Repository (7)
Pure Emerald Level Indicatorsplaywright-cli
Automate browser interactions for web testing, form filling, screenshots, and data extraction.
design-principles
Enforce precise, minimal design systems for enterprise software and SaaS dashboards.
code-review
Analyze code changes against implementation guidelines and detect breaking changes.
bug-investigation
Investigate user-reported bugs with root cause analysis and prioritized fix proposals.
humanize-text
Rewrite AI-generated Japanese text into natural, human-sounding prose.
kill-dev-process
Identify and terminate orphaned development servers and port-hogging processes with user confirmation.
codex
Delegate development tasks to the Codex CLI with configurable sandboxes and AI models.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-settings?โผ
Run `npx skills add nokonoko1203/claude-code-settings --all -g -y` in your terminal to install all skills in this suite globally.
How to automate browser testing with less tokens?โผ
Use the playwright-cli skill, which replaces the Playwright MCP server with lightweight CLI commands for navigation, clicking, screenshots, and network mocking at roughly 4x lower token cost.
How to kill orphaned dev servers and free ports?โผ
Run the /kill-dev-process skill to detect port-hogging node processes, browsers, and build tools, then safely terminate them after your confirmation while protecting databases and system processes.
Does this work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding environments.
Can I use these skills without coding experience?โผ
Yes. Once installed, your AI agent executes the browser commands and cleanup steps based on your plain-English requests, asking for confirmation before any destructive action.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core