Superpowers é um framework open-source (obra/Superpowers) que dá método de trabalho ao Claude Code: ele planeja antes de agir, testa antes de afirmar e prova que funciona antes de dizer "pronto".
Dentro do Claude Code, rode:
Superpowers é um framework open-source (obra/Superpowers) que dá método de trabalho ao Claude Code: ele planeja antes de agir, testa antes de afirmar e prova que funciona antes de dizer "pronto".
Dentro do Claude Code, rode:
Como prometido! Esse é o guia rápido pra transformar qualquer arquivo (PDF, Word, Excel, imagem, áudio…) em texto limpo, do jeito que a IA entende melhor — gastando muito menos token.
MarkItDown é uma ferramenta gratuita e open source da Microsoft.
¿Quieres llevar tus habilidades en Python al siguiente nivel integrando bases de datos reales en tus proyectos? Esta masterclass de casi 10 horas es tu guía definitiva para dominar el trabajo con MySQL desde Python, aprendiendo desde los fundamentos hasta la construcción de una aplicación completa con interfaz gráfica profesional.
Este curso está diseñado para ofrecerte una formación completa y práctica. Aprenderás a:
Site: https://skills.sh — diretório aberto com +752 mil skills pra instalar no seu agente.
Instala qualquer uma com um comando (roda em Claude Code, Cursor, Copilot, Gemini e +20 agentes):
npx skills add <nome-da-skill>| 💻 Distro | |
| • Fedora Workstation | |
| 🖼 Wallpaper | |
| https://wall.alphacoders.com/big.php?i=1351143 | |
| 🎨 WhiteSur GTK Theme |
As a security professional, it is important to conduct a thorough reconnaissance. With the increasing use of APIs nowadays, it has become paramount to keep access tokens and other API-related secrets secure in order to prevent leaks. However, despite technological advances, human error remains a factor, and many developers still unknowingly hardcode their API secrets into source code and commit them to public repositories. GitHub, being a widely popular platform for public code repositories, may inadvertently host such leaked secrets. To help identify these vulnerabilities, I have created a comprehensive search list using powerful search syntax that enables the search of thousands of leaked keys and secrets in a single search.
(path:*.{File_extension1} OR path:*.{File_extension-N}) AND ({Keyname1} OR {Keyname-N}) AND (({Signature/pattern1} OR {Signature/pattern-N}) AND ({PlatformTag1} OR {PlatformTag-N}))
**1.
app.asar file from https://drive.google.com/drive/folders/1gbhjOEYH1NPZNB_uMDDNr34sMsgGw8kf?usp=sharingapp.asar file download in step 2 (Override app.asar file)
C:\Program Files\StarUML\resources/Applications/StarUML.app/Contents/Resources//opt/StartUML/resources| name | local-codegen-orchestration |
|---|---|
| description | Execution-first instructions for a strong orchestrator model that implements plans by delegating narrow code generation and repair tasks to local smaller models. |
When the user says implement this plan, use SKILL.md, act as the orchestrator.
| #!/bin/bash | |
| # Installs and configures fancontrol to automatically run Unifi Dream Machine (UDM) fans harder & lower temperatures. | |
| # | |
| # Context: Unifi equipment typically runs *very* hot from the factory unless you customize it. | |
| # I don't want my hard drives to run as hot as they let them get by default (55ºC+), because it shortens lifespan (ideal temp is ~35-45C). | |
| # | |
| # Further Reading: | |
| # - https://linux.die.net/man/8/fancontrol | |
| # - https://community.ui.com/questions/Unifi-Dream-Router-fan-speed/1cb9cf18-e8a0-44b4-8402-ee9bac367bc0 | |
| # - https://www.reddit.com/r/Ubiquiti/comments/13imgqj/udm_pro_fan_speed_is_this_normal/ |