Agent skill · AI & Agents

safe-agent-selective

Agent with selective Gemini safety settings for specific categories

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Declared author: radium
Path: skills/agent/safe-agent-selective/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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) ```

What's inside
Steps it walks through
  1. Role
  2. Capabilities
  3. Instructions
  4. Examples
  5. Example: Generate a simple function
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going