All authors
BlazeUp-AI avatar

Claude Skills by BlazeUp-AI

github.com/BlazeUp-AI
9 skillsA× 92 installs9 views
Observal AdminA

Observal 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.

securityshellbash
0
1,565
Observal AdvancedA

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.

toolspythonbash
0
1,565
Observal AgentsA

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.

ai-agentsgoshell
0
1,565
Observal OpsA

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.

ai-agentsshellbash
0
1,565
Observal RegistryA

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.

ai-agentspythongo
0
1,565
ObservalA

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.

toolsgoshell
0
1,565
Refactor GuideA

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.

code-qualityrefactoringcode-review
0
1,565
Security AuditorA

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.

securitysqlcode-review
0
1,565
Test WriterA

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

testingtypescriptpython
0
1,565