Agent with selective Gemini safety settings for specific categories
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill safe-agent-selective-unicorn-radium --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Safe Agent Selective Unicorn Radium?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-safe-agent-selective-unicorn-radium)More formats (shields.io, HTML) on the badges page.
---
name: safe-agent-selective
description: Agent with selective Gemini safety settings for specific categories
license: Apache-2.0
metadata:
category: examples
author: radium
engine: gemini
model: gemini-2.0-flash-exp
original_id: safe-agent-selective
---
# 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)
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.