.agents/skills/backend-python-expert/SKILL.md
专注于 Python 后端开发,涵盖 FastAPI、异步编程和性能优化。
npx skillsauth add figulazmi/token-monitor Backend Python ExpertInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
提供 Python 后端开发的全栈能力支持。
本 Skill 支持并推荐配合特定的智能体角色和 MCP 工具使用,以获得最佳效果。
# 创建新项目
python scripts/init_fastapi_project.py my_project --path ./projects
# 生成的目录结构:
# my_project/
# ├── app/
# │ ├── api/v1/endpoints/
# │ ├── core/config.py
# │ ├── models/
# │ ├── schemas/
# │ ├── services/
# │ └── main.py
# ├── tests/
# ├── requirements.txt
# └── pyproject.toml
development
Web application security testing workflow for OWASP Top 10 vulnerabilities including injection, XSS, authentication flaws, and access control issues.
development
To build powerful frontend claude.ai artifacts, follow these steps:
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
testing
应用安全专家,专注于认证授权、数据保护和合规性审计。当用户需要:(1) 设计安全的登录认证系统 (2) 进行安全代码审查 (3) 检查 GDPR/隐私合规 (4) 防范常见安全漏洞 (OWASP Top 10) 时使用此 Skill。