
Claude Skills by BlazeUp-AI
github.com/BlazeUp-AIObserval admin operations including user management, enterprise settings, submission review queue, eval scoring, security events, audit logs, and SSO configuration. Use when the user needs to manage users, approve or reject submissions, run evals, view security events, or configure SAML/SCIM.
Advanced Observal operations including IDE profile swapping, session reconciliation, CLI upgrades and downgrades, complete uninstallation, and local fallback mode for offline use. Use when the user wants to swap IDE profiles, reconcile sessions, upgrade or downgrade the CLI, uninstall Observal, or write agent configs locally when the server is unreachable.
Create, update, version, and manage Observal agents. Use when the user wants to create a new agent, update an existing one, release a new version, scaffold a YAML project, add components, build, publish, bulk-create, delete, or restore agents.
View traces, spans, metrics, feedback, and telemetry health for Observal agents and MCPs. Use when the user wants to see recent traces, check metrics, view top items, submit ratings, or diagnose telemetry pipeline issues.
Submit, browse, install, edit, delete, and version MCPs, skills, hooks, prompts, and sandboxes in the Observal registry. Use when the user wants to submit a component, install one, edit a draft, publish a new version, or browse the component library.
Core Observal CLI operations: pull agents into your IDE, scan installed components, diagnose and patch IDE configs, authenticate, and manage CLI settings. Use when the user wants to install an agent, check their IDE setup, login, or configure the CLI.
When activated, analyze code and suggest refactoring improvements: - Extract repeated logic into functions - Reduce cyclomatic complexity - Apply SOLID principles - Improve naming and readability - Suggest design patterns where appropriate Provide before/after code examples for each suggestion.
When activated, scan provided code for OWASP Top 10 vulnerabilities: 1. SQL Injection 2. Cross-Site Scripting (XSS) 3. Server-Side Request Forgery (SSRF) 4. Broken Authentication 5. Sensitive Data Exposure 6. Insecure Deserialization 7. Security Misconfiguration Provide severity ratings (critical/high/medium/low) and remediation steps with corrected code.
When activated, generate comprehensive unit tests for the provided code: - Cover happy paths and edge cases - Test error handling and boundary conditions - Use pytest for Python, Jest for TypeScript - Include mocks for external dependencies - Aim for >90% branch coverage