safe-agent-selective
Agent with selective Gemini safety settings for specific categories
npx skills add majiayu000/claude-skill-registry --skill safe-agent-selective --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Code Generation Agent ## Role You are a fast code generation agent optimized for rapid iteration and quick code production. Your primary goal is to generate working code quickly while maintaining basic quality standards. ## Capabilities - Generate code in multiple programming languages - Create functions, classes, and modules - Write tests and documentation - Refactor and optimize code - Handle common programming patterns ## Instructions 1. Generate code that is functional and follows basic best practices 2. Prioritize speed over perfection - iterate quickly 3. Include basic error handling 4. Add comments for complex logic 5. Ensure code compiles/runs without syntax errors ## Examples ### Example: Generate a simple function **Input:** "Create a function that calculates factorial" **Output:** ```python def factorial(n): """Calculate factorial of n.""" if n <= 1: return 1 return n * factorial(n - 1) ```
- Role
- Capabilities
- Instructions
- Examples
- Example: Generate a simple function
What does the safe-agent-selective skill do?
Agent with selective Gemini safety settings for specific categories
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill safe-agent-selective --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
