Skip to main content
Execute qualquer Skill no Manus
com um clique
mturac
GitHub creator profile

mturac

Repository-level view of 657 collected skills across 6 GitHub repositories, including approximate occupation coverage.

skills collected
657
repositories
6
occupation fields
2
updated
2026-05-28
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
everything-openai-codex
639 skills740updated 2026-05-19
97% of creator
canary-watch
Administradores de redes e sistemas de computador

Use this skill to monitor and verify a deployed URL or public OSS launch surface after releases — checks HTTP endpoints, SSE streams, static assets, console errors, performance regressions, PR queue health, maintainer feedback, and listing-review blockers after deploys, merges, submissions, or dependency upgrades. Smoke / canary / post-deploy / PR-watch verification.

2026-05-19
proof-led-oss-marketing
Analistas de pesquisa de mercado e especialistas em marketing

Build reputation-safe open-source marketing from verifiable project evidence, not hype, spam, or repeated public pings. Use for launch copy, directory targeting, community posts, proof packets, and maintainer-facing positioning.

2026-05-19
rejection-recovery-loop
Analistas de pesquisa de mercado e especialistas em marketing

Turn public launch, directory, community, or list rejections into repo fixes and better proof without arguing, spamming, or resubmitting blindly. Use after Hacker News, Product Hunt, GitHub list PR, marketplace, or community rejection.

2026-05-19
agent-introspection-debugging
Analistas de garantia de qualidade de software e testadores

Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports.

2026-05-18
agent-sort
Administradores de redes e sistemas de computador

Build an evidence-backed ecc install plan for a specific repo by sorting skills, commands, rules, hooks, and extras into DAILY vs LIBRARY buckets using parallel repo-aware review passes. Use when ecc should be trimmed to what a project actually needs instead of loading the full bundle.

2026-05-18
brand-voice
Analistas de pesquisa de mercado e especialistas em marketing

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

2026-05-18
coding-standards
Desenvolvedores de software

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.

2026-05-18
content-engine
Analistas de pesquisa de mercado e especialistas em marketing

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

2026-05-18
Showing top 8 of 639 collected skills in this repository.
#002
hermes-supercode-skills
13 skills10updated 2026-05-28
2.0% of creator
api-sculptor
Desenvolvedores de software

Designs and implements APIs: REST, GraphQL, gRPC, and WebSocket. Produces OpenAPI 3.1 specs, GraphQL SDL schemas, Protocol Buffer definitions, and working server implementations. Use this skill when the user asks about API design, endpoint structure, schema definition, versioning strategy, pagination, authentication, rate limiting, or any API implementation work. Also triggers on "design an API for," "write an OpenAPI spec," "create a GraphQL schema," "set up gRPC," "REST API best practices," or casual requests like "I need endpoints for my app" or "how should I structure my API."

2026-05-28
deploy-ninja
Desenvolvedores de software

Handles zero-downtime deployments: blue-green, canary releases, rolling updates, and feature flag rollouts. Covers Kubernetes, Docker, Cloudflare Workers, Terraform, and CI/CD pipeline setup. Use this skill when the user wants to deploy an application, set up a deployment pipeline, implement canary releases, configure rolling updates, manage feature flags, or handle any release automation. Also triggers on "deploy to production," "set up CI/CD," "blue-green deployment," "canary release," "rolling update," "zero-downtime deploy," "rollback," or even casual requests like "push this to prod" or "how do I safely release this."

2026-05-28
ghost-scraper
Desenvolvedores de software

Extracts structured data from websites — static HTML, JavaScript-rendered SPAs, paginated listings, and API-backed pages. Handles anti-bot detection awareness, rate limiting, and robots.txt compliance. Use this skill whenever the user wants to scrape a website, extract data from a URL, pull product listings, harvest structured data, reverse-engineer a site's API, or deal with dynamic JS-rendered content. Also triggers on "get me data from this site," "extract prices from," "crawl these pages," or any request involving web data extraction, even casual ones like "can you pull info from this URL."

2026-05-28
mcp-conductor
Desenvolvedores de software

Decomposes complex tasks into subtasks and coordinates multiple tools or agents to execute them. Handles task dependency graphs, parallel execution planning, result merging, and conflict resolution. Use this skill when the user has a multi-step task that spans multiple domains — like "scrape 5 sites, compare the data, and generate a report" or "deploy the app, run security checks, and set up monitoring." Also triggers on "orchestrate," "coordinate agents," "decompose this task," "multi-step workflow," "run these in parallel," or any request that clearly needs multiple specialized tools working together.

2026-05-28
pipeline-architect
Desenvolvedores de software

Designs and implements data pipelines: ETL/ELT, streaming, batch processing, schema migrations, and data warehouse architecture. Covers Kafka, Airflow, dbt, Spark, ClickHouse, BigQuery, Snowflake, Redis Streams, and more. Use this skill when the user asks about data pipelines, ETL jobs, data transformation, streaming setup, data warehouse design, CDC, schema migrations, data quality checks, or anything involving moving data from source to target. Also triggers on "build a pipeline," "migrate data from X to Y," "set up streaming," "design my data warehouse," or "data quality is bad, help me fix it."

2026-05-28
prediction-alpha
Analistas de pesquisa de mercado e especialistas em marketing

Analyzes prediction markets: Polymarket, Manifold Markets, Kalshi. Calculates implied probabilities, detects cross-platform arbitrage, computes expected value and Kelly fractions. Use this skill when the user mentions prediction markets, Polymarket, Manifold, Kalshi, odds analysis, arbitrage detection, market probability, event contracts, or asks things like "is there edge on this market," "compare odds across platforms," or "analyze this prediction market." Also triggers on "what are the current odds for," "find arbitrage opportunities," or any question about market-implied probabilities.

2026-05-28
prompt-forge
Especialistas em treinamento e desenvolvimento

Engineers and optimizes prompts for LLMs: system prompts, few-shot examples, chain-of-thought structures, agent personas, and evaluation frameworks. Use this skill when the user wants to write or improve a system prompt, design few-shot examples, create an agent persona, optimize prompt performance, set up prompt evaluation, or build a prompt template system. Also triggers on "write a system prompt," "optimize this prompt," "create an agent prompt," "few-shot examples for," "prompt engineering," or casual requests like "this prompt isn't working well" or "make my AI agent better."

2026-05-28
quantum-debugger
Desenvolvedores de software

Debugs complex, hard-to-reproduce issues: race conditions, memory leaks, deadlocks, performance regressions, heisenbugs, and crash analysis. Uses scientific debugging methodology with hypothesis generation, systematic testing, and root cause isolation. Use this skill when the user reports intermittent crashes, performance degradation, memory leaks, thread-safety issues, deadlocks, or any bug that's hard to reproduce. Also triggers on "debug this," "why is this crashing," "performance regression," "memory leak," "race condition," "segfault," "service hangs intermittently," or even "this works on my machine but not in production."

2026-05-28
Showing top 8 of 13 collected skills in this repository.
#003
simulacra
2 skills640updated 2026-05-26
0.3% of creator
simulacra
Analistas de garantia de qualidade de software e testadores

Interactive code simulation engine that spawns ghost personas to review your code before it ships. Each ghost walks through your code line-by-line from a different failure perspective: The Adversary (race conditions, double-submit, idempotency), The Enterprise Edge (business logic gaps, multi-currency, B2B tax exemptions, locale), Chaos Monkey (timeouts, partial failures, network partitions, OOM). Produces a chaos timeline, structured bug report with severity ratings, and three resolution tiers (quick fix, robust architecture, generated test suite). Use this skill whenever the user mentions code review, PR review, "find bugs", "what could go wrong", "will this break", "is this safe", "stress test", "edge cases", design review, pre-merge check, dry run, chaos test, or wants a second opinion on any code — even if they don't explicitly ask for "ghost personas" or "simulation". Also trigger when someone pastes a code snippet with any question about its correctness or safety.

2026-05-26
skill-scorer
Especialistas em gestão de projetos

Rates any SKILL.md on a 0-100 scale across 10 dimensions with a SHIP / REWORK / SCRAP verdict. Evaluates trigger precision, instruction clarity, output predictability, edge case coverage, anti-hallucination guardrails, developer experience, composability, open-source readiness, wow factor, and real-world utility. No flattery — calibrated against Anthropic's own skill-creator rubric. Use this skill whenever someone says "score this skill", "rate my skill", "is this skill good", "skill review", "skill audit", "roast my SKILL.md", "grade this", "will this skill work", "evaluate my skill", "how good is this", or pastes a SKILL.md and asks for feedback. Also trigger when comparing two skills, benchmarking a skill collection, or asking "what's wrong with this skill" — even without the word "score".

2026-05-26
#004
skill-hunter
1 skills20updated 2026-04-26
0.2% of creator
#005
recsys-pipeline-architect
1 skills00updated 2026-05-15
0.2% of creator
Mostrando 6 de 6 repositorios
Todos os repositorios foram exibidos