Skip to main content
Execute qualquer Skill no Manus
com um clique
werlang
Perfil de criador do GitHub

werlang

Visão por repositório de 95 skills coletadas em 13 repositórios do GitHub.

skills coletadas
95
repositórios
13
atualizado
2026-07-23
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
user-skills
21 skills · 2026-07-23
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresDesenvolvedores webDesigners de interfaces web e digitaisAnalistas de segurança da informação
5 categorias ocupacionais · 100% classificado
22%participação
#02
event-hub
13 skills · 2026-07-16
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresDesenvolvedores webOutras ocupações de informáticaAdministradores de redes e sistemas de computador
5 categorias ocupacionais · 100% classificado
14%participação
#03
locallmarket
12 skills · 2026-05-02
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAdministradores de redes e sistemas de computadorAnalistas de sistemas de computador
4 categorias ocupacionais · 100% classificado
13%participação
#04
project-template
11 skills · 2026-07-23
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresDesenvolvedores web
3 categorias ocupacionais · 100% classificado
12%participação
#05
overleaf-hero
8 skills · 2026-07-08
Professores do ensino superior, todos os outrosEditores
2 categorias ocupacionais · 100% classificado
8.4%participação
#06
tmet
7 skills · 2026-04-10
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAdministradores de redes e sistemas de computadorDesenvolvedores web
4 categorias ocupacionais · 100% classificado
7.4%participação
#07
pw1
5 skills · 2026-06-09
Redatores técnicosDesenvolvedores de software
2 categorias ocupacionais · 100% classificado
5.3%participação
#08
autojudge-contest
5 skills · 2026-05-30
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresOutras ocupações de informática
3 categorias ocupacionais · 100% classificado
5.3%participação
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

api-building
Desenvolvedores de software

Build or refactor reusable Node.js APIs using Express, express.Router, ESM imports, named exports, entity classes in model/, helpers for non-endpoint logic, middleware for auth and other pre-route concerns, and route handlers that talk to model instances. Use when creating CRUD APIs, JWT auth flows, bcrypt password login, route modules, or starter API structures.

2026-07-23
test-first-delivery-generalized
Analistas de garantia de qualidade de software e testadores

Deliver behavior changes, bug fixes, refactors, and feature work in any project with tests or explicit validation. Use when changing application behavior, updating existing tests, writing tests, reviewing missing coverage, choosing between automated and manual validation, or documenting testing gaps across backend, frontend, CLI, and database migrations.

2026-07-23
web-frontend
Desenvolvedores web

Build or refactor reusable server-rendered web frontends using Express, render middleware, template variables, page entry files in src/js root, DOM-related component classes in components/, support helpers in helpers/, and API-backed entity classes in models/. Use when scaffolding or reorganizing frontend projects that consume an API through frontend model methods.

2026-07-23
socraticode
Desenvolvedores de software

Codebase Search & Intelligence using SocratiCode. Use when exploring code structure, searching concepts, finding symbol usages, inspecting impact/blast radius before refactoring, tracing execution flows, checking circular dependencies, or searching non-code context artifacts. Automatically checks index status and triggers indexing if the project is not yet indexed.

2026-07-22
css-standards
Desenvolvedores web

Enforce reusable, brand-aware CSS architecture for public web apps by owning shared tokens in a common stylesheet, importing page entrypoints first, keeping component partials scoped, and using consistent media-query and color-token conventions.

2026-07-22
obsidian-dev-brain
Desenvolvedores de software

Maintain and query the developer's persistent Obsidian vault memory, component registry, architecture decision records (ADRs), and dev changelog graph. Automatically invoke whenever creating or modifying relevant code (features, fixes, refactors, shared components), making architectural decisions, capturing technical brainstorming, or when the user references past work or component versions across projects.

2026-07-22
impeccable
Designers de interfaces web e digitais

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states. Handles UX review, visual hierarchy, information architecture, cognitive load, accessibility, performance, responsive behavior, theming, anti-patterns, typography, fonts, spacing, layout, alignment, color, motion, micro-interactions, UX copy, error states, edge cases, i18n, and reusable design systems or tokens. Also use for bland designs that need to become bolder or more delightful, loud designs that should become quieter, live browser iteration on UI elements, or ambitious visual effects that should feel technically extraordinary. Not for backend-only or non-UI tasks.

2026-07-22
frontend-bug-review-generalized
Analistas de garantia de qualidade de software e testadores

Deeply review frontend code for rendering regressions, interaction bugs, state and URL sync defects, auth and redirect issues, accessibility gaps, date/time problems, bundle or template contract drift, and missing regression coverage. Use when auditing UI code, investigating user-facing bugs, or pairing findings with deterministic frontend tests and honest browser validation.

2026-07-16
Mostrando as 8 principais de 21 skills coletadas neste repositório.
css-standards
Desenvolvedores web

Enforce the current web CSS architecture and warm editorial styling conventions in this repository. Use when creating or changing styles, theming, design tokens, component visuals, layout classes, or page atmosphere in web/src/css.

2026-07-16
web-frontend
Desenvolvedores web

Build, review, and maintain the Academic Events web app (Express SSR shell plus bundled vanilla JavaScript UI). Use when changing or reviewing the home, login, week, or dashboard pages, client auth and event flows, frontend tests, browser validation, styles, webpack behavior, static serving, or API integration from the web layer.

2026-07-16
api-development
Desenvolvedores de software

Build and maintain REST API endpoints for authentication, moderation, notifications, and academic events in `api/`. Use when adding or modifying routes, request validation, auth flows, response contracts, background side effects, model behavior, or MySQL-backed persistence.

2026-07-01
document-touched-code
Desenvolvedores de software

Add focused JSDoc and comments to touched reusable Event Hub code while avoiding noisy narration of obvious statements.

2026-07-01
documentation-maintenance
Desenvolvedores de software

Keep Event Hub documentation, agent guidance, prompts, skills, comments, and validation instructions synchronized with the real implementation after code, route, config, CSS, build, Compose, or test changes.

2026-07-01
test-first-delivery
Analistas de garantia de qualidade de software e testadores

Deliver feature work, frontend test design, and refactors in this Academic Events repository with tests or explicit validation. Use when changing behavior, adding features, fixing regressions, updating tests, reviewing missing coverage, validating browser interactions, or documenting testing gaps across api/ and web/.

2026-07-01
api-bug-review
Analistas de garantia de qualidade de software e testadores

Deeply review the Academic Events API in `api/` for logic bugs, contract mismatches, authorization gaps, state-transition defects, background-task failures, time/date bugs, and missing regression coverage. Use when auditing API code for bugs or pairing bug-finding with deterministic Jest test creation and reruns.

2026-06-19
debugging-operations
Desenvolvedores de software

Diagnose runtime and integration issues across API and Web services in this Academic Events project. Use when services fail to boot, auth or event flows break, API responses are unexpected, frontend rendering is incorrect, or Docker development behavior is unstable.

2026-06-19
Mostrando as 8 principais de 13 skills coletadas neste repositório.
api-development
Desenvolvedores de software

Build and maintain the API and Worker services for this LLM streaming relay project. Use when adding or modifying routes, request validation, SSE relay logic, queue behavior, WebSocket server events, LLM model runner integration, or marketplace order/settlement flows.

2026-05-02
api-testing
Analistas de garantia de qualidade de software e testadores

Write and run tests for the API and Worker services using Node.js built-in node:test. Use when adding new tests, extending coverage, fixing failing tests, choosing between unit and integration test strategies, or reviewing test gaps identified in audits.

2026-05-02
debugging-operations
Analistas de sistemas de computador

Diagnose runtime and integration issues across the API and Worker services. Use when services fail to boot, workers do not connect, LLM jobs stall, SSE streams are silent, database operations fail, or Docker networking breaks.

2026-05-02
audit-project-context
Analistas de garantia de qualidade de software e testadores

Audit, verify, update, or clean docs, prompts, skills, agents, instructions, README files, and other markdown/MD files against the current project codebase. Use when documentation or agent context may be stale, inaccurate, inconsistent, or aspirational and must be aligned with the real implementation.

2026-04-29
backend-bug-review
Analistas de garantia de qualidade de software e testadores

Deeply review api/ and worker/ service code for WebSocket session bugs, SSE relay defects, queue dispatch errors, job lifecycle bugs, and LLM stream processing failures. Use when auditing server-side code for real defects or pairing bug-finding with deterministic regression tests.

2026-04-29
docker-deployment
Administradores de redes e sistemas de computador

Configure and run the API and Worker services with Docker Compose. Use when starting, stopping, rebuilding, or troubleshooting either service container, or when investigating networking, port, environment variable, or WebSocket connectivity issues.

2026-04-29
docs-updater
Desenvolvedores de software

Update README.md, .github/memories/, and .github/skills/ after any new feature, refactor, or code behavior change in api/ or worker/. Auto-invoke when code changes are finalized. Trigger phrases: "update docs", "update memories", "keep docs updated", "docs are stale", "update skills".

2026-04-29
document-touched-code
Desenvolvedores de software

Document touched code with JSDoc, method comments, and focused section comments as the default behavior whenever implementing a new feature, refactoring, changing a body of code, writing tests, or improving maintainability. Apply this by default for all code-writing tasks; if the user explicitly requests no comments, respect that.

2026-04-29
Mostrando as 8 principais de 12 skills coletadas neste repositório.
api-development
Desenvolvedores de software

Build or change API behavior in api/ using Express routers, middleware, CustomError, model instances, and camelCase JSON responses.

2026-07-23
bug-review
Analistas de garantia de qualidade de software e testadores

Review backend and frontend template code for real defects, boundary violations, security gaps, and missing tests. Auto-invoke for code reviews or bug investigations. Triggers: "bug review", "review code", "find bugs", "security audit", "check defects".

2026-07-23
entity-models
Desenvolvedores de software

Implement OOP API entities in api/model/ using the shared Model base class and relation helper.

2026-07-23
postgres-helper
Desenvolvedores de software

Maintain the api/helpers/postgres.js SQL boundary, CRUD helper surface, and safe filter conventions.

2026-07-23
ai-workflow-update
Desenvolvedores de software

Update project-local agent guidance when architecture, workflows, commands, or conventions change. Auto-invoke when user or agent output indicates a reusable workflow or durable rule. Triggers: "update docs", "update skill", "create new skill", "update agent instructions", "document recurring pattern", "capture reusable workflow".

2026-07-23
document-touched-code
Desenvolvedores de software

Add accurate JSDoc and focused comments when changing template code. Auto-invoke during code writing or refactoring. Triggers: "document code", "jsdoc", "code comments", "add comments", "explain logic".

2026-07-23
documentation-maintenance
Desenvolvedores de software

Keep human docs, agent guidance, and touched code comments aligned with the real web/api implementation, compose workflow, and validation commands. Auto-invoke when auditing docs or after major architectural changes. Triggers: "audit docs", "check context", "documentation maintenance", "audit documentation", "verify docs".

2026-07-23
test-first-delivery
Analistas de garantia de qualidade de software e testadores

Deliver template behavior changes with focused automated tests, build checks, and honest validation reporting. Auto-invoke when writing tests, fixing bugs, refactoring routes/models, or validating web/api changes. Triggers: "test-first", "run test", "add unit test", "add integration test", "browser smoke", "validate changes".

2026-07-23
Mostrando as 8 principais de 11 skills coletadas neste repositório.
academic-peer-review
Professores do ensino superior, todos os outros

Parecer academico no papel de avaliador, banca ou peer reviewer. Use para avaliar TCCs, artigos e capitulos sem editar o texto por padrao, classificando problemas por severidade, evidencias, criterios, nota/rubrica quando solicitada e recomendacoes acionaveis.

2026-07-08
academic-latex
Professores do ensino superior, todos os outros

Revisao e escrita de sintaxe LaTeX academica, ABNT e template de TCC. Use para corrigir figuras, tabelas, captions, labels, refs, BibTeX, comandos do template, pre-textuais, apendices, citacoes e problemas de compilacao em projetos LaTeX academicos.

2026-07-03
academic-source-discovery
Professores do ensino superior, todos os outros

Busca e triagem de fontes academicas para TCCs e artigos. Use para encontrar trabalhos relacionados, fontes recentes, referencias primarias, PDFs, DOI, metadados, lacunas de pesquisa e candidatos a citacao antes da verificacao com bibtex-verified-citations.

2026-07-03
bibtex-verified-citations
Professores do ensino superior, todos os outros

Gerenciamento de BibTeX com verificacao obrigatoria de citacoes na internet. Use para inserir, auditar ou corrigir referencias em .bib e no texto, garantindo que a fonte consultada sustente a afirmacao citada e registrando URL/evidencia em project/citation-cheatsheet.md.

2026-07-03
overleaf-tcc-workflow
Professores do ensino superior, todos os outros

Workflow especifico do workspace Overleaf Hero para revisar, orientar ou avaliar TCCs em LaTeX. Use quando trabalhar no diretorio project/, mapear tcc.tex, preservar template/sample*, aplicar prompts de autor/orientador/avaliador e coordenar as skills academicas do projeto.

2026-07-03
research-mentor
Professores do ensino superior, todos os outros

Orientacao de pesquisa cientifica para TCCs, artigos e dissertacoes. Use quando o usuario pedir feedback de orientador, ajuda com problema de pesquisa, objetivos, lacuna, metodologia, resultados, limitacoes, proximos passos ou planejamento de escrita.

2026-07-03
scientific-proofreading
Editores

Proofreading cientifico em PT-BR para TCCs, artigos e dissertacoes. Use para corrigir ortografia, gramatica, pontuacao, clareza, coesao, impessoalidade, terminologia e fluidez preservando a voz do autor e sem alterar conteudo tecnico.

2026-07-03
scientific-writing
Professores do ensino superior, todos os outros

Escrita e reescrita de texto cientifico em LaTeX. Use para construir secoes academicas, transformar notas em parágrafos, melhorar argumentacao, estruturar introducao/fundamentacao/metodologia/resultados/conclusao, ou escrever corpo de texto preservando evidencias e voz do autor.

2026-07-03
api-development
Desenvolvedores de software

Build and update TMET backend APIs in Express. Use when changing handlers in routes/*.js, file-backed business logic in models/*.js, queue-driven async jobs, scraping/upload integrations in helpers/*.js, or response contracts under /api/matches, /api/moodle, /api/suap, /api/ai, and /api/jobs.

2026-04-10
api-functional-testing
Analistas de garantia de qualidade de software e testadores

Validate TMET API contracts and multi-step flows, especially async job polling, generated file artifacts, and extraction -> matching -> enrollment workflows. Use when verifying behavior across routes, models, helpers, queue progress, and persisted outputs in files/.

2026-04-10
api-unit-testing-jest
Analistas de garantia de qualidade de software e testadores

Write and maintain TMET Jest + Supertest tests. Use when changing routes, models, helpers, queue logic, file parsing, or API contracts and you need focused coverage under tests/routes, tests/models, tests/helpers, or tests/integration.

2026-04-10
debugging-operations
Desenvolvedores de software

Diagnose TMET runtime, queue, scraping, upload, and file-artifact issues. Use when investigating failing routes, stuck jobs, broken Browserless/SUAP flows, malformed CSV or JSON outputs, Docker problems, or test regressions.

2026-04-10
docker-deployment
Administradores de redes e sistemas de computador

Run, debug, and validate TMET with Docker Compose. Use when bringing up the current node + chrome stack, checking logs, running tests in-container, or confirming Browserless-based scraping and upload workflows.

2026-04-10
pipeline-workflow
Desenvolvedores de software

Operate and evolve the TMET extraction to matching to CSV to Moodle-upload pipeline. Use when changing or debugging EduPage extraction, SUAP scraping, manual course or student queues, subject matching, AI matching, student/professor extraction, generated files in files/, or end-to-end operator workflow behavior.

2026-04-10
web-frontend
Desenvolvedores web

Implement and maintain the TMET static frontend in public/. Use when changing public/index.html, browser-native ES modules in public/js/, UI components, section controllers, or request/model adapters that drive the pipeline, matching, manual queue, and students/professors workflows.

2026-04-10
criador-exercicios
Desenvolvedores de software

Use esta skill ao criar ou revisar exercícios práticos deste repositório, especialmente em seções didáticas de HTML, CSS, JavaScript, DOM, arrays, objetos e PHP. Ela ajuda a produzir enunciados concretos em PT-BR, com objetivos claros, requisitos operacionais, reaproveitamento de conteúdos anteriores e estrutura compatível com a organização pedagógica do projeto.

2026-06-09
codigo-didatico-ptbr
Desenvolvedores de software

Create, revise, refactor, or explain source code for this repository in a didactic, beginner-friendly style for high-school students. Use when Agent needs to write or change HTML, CSS, JavaScript, PHP, or code snippets in lessons, examples, exercises, mini-projects, or avaliações, keeping the implementation educational, explicit, well documented, and with comments in PT-BR.

2026-06-09
guia-readme-para-slides
Redatores técnicos

Transform a didactic README guide into a concise Marp slide presentation for class, aligned with the ifsul theme and the pattern of marp/content/00-introducao.md. Use when Agent needs to create, revise, or expand lecture slides from a README, summarize a long guide for aula, montar apresentacao Marp, criar slide de apoio para o professor, or produce a short teaching presentation with image placeholders.

2026-06-09
guia-readme
Redatores técnicos

Transform section, lesson, topic, or mini-project README files into clear didactic reference guides in Portuguese, with consistent structure, small examples, and student-friendly explanations. Use when Agent needs to create, expand, rewrite, or standardize a README for aula, material de apoio, referencia conceitual, guia pratico, enunciado de exercicio, documentacao de API, or when requests mention: melhorar README, transformar slide em guia, criar guia de JS/DOM/eventos/PHP/fetch, padronizar documentacao didatica.

2026-06-09
skill-creator
Redatores técnicos

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 Agent's capabilities with specialized knowledge, workflows, or tool integrations.

2026-06-09
Mostrando 12 de 13 repositórios