Skip to main content
Execute qualquer Skill no Manus
com um clique
$pwd:
linuxfoundation
GitHub creator profile

linuxfoundation

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

skills collected
44
repositories
8
occupation fields
4
updated
2026-05-26
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
lfx-skills
16 skills · 2026-05-22
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAdministradores de banco de dadosAdministradores de redes e sistemas de computadorDesenvolvedores webEscriturários de pedidos
7 occupation categories · 100% classified
36%share
#02
crowd.dev
8 skills · 2026-05-26
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadores
2 occupation categories · 100% classified
18%share
#03
insights
6 skills · 2026-05-22
Analistas de garantia de qualidade de software e testadoresDesenvolvedores de softwareAdministradores de redes e sistemas de computadorDesenvolvedores web
4 occupation categories · 100% classified
14%share
#04
lfx-self-serve
6 skills · 2026-05-21
Administradores de redes e sistemas de computadorAnalistas de garantia de qualidade de software e testadoresDesenvolvedores de software
3 occupation categories · 100% classified
14%share
#05
lfx-crowdfunding
3 skills · 2026-05-20
Desenvolvedores webDesigners de interfaces web e digitais
2 occupation categories · 100% classified
6.8%share
#06
lfx-mcp
2 skills · 2026-05-26
Analistas de garantia de qualidade de software e testadoresDesenvolvedores de software
2 occupation categories · 100% classified
4.5%share
#07
lfx-v2-helm
2 skills · 2026-05-04
Administradores de redes e sistemas de computadorEspecialistas em gestão de projetos
2 occupation categories · 100% classified
4.5%share
#08
aaif-onboarding-marketplace
1 skills · 2026-03-01
Especialistas em recursos humanos
1 occupation categories · 100% classified
2.3%share
repository explorer

Repositories and representative skills

#001
lfx-skills
16 skills71updated 2026-05-22
36% of creator
lfx-intercom
Desenvolvedores de software

Everything Intercom for LFX — Angular app integration (code) and Fin AI optimization (support/CX). Use this skill for: adding or fixing Intercom in an LFX Angular app, auditing integrations against the LFX canonical pattern, correcting missing JWT pre-set, broken shutdown, missing Auth0 claim, wrong app IDs, or absent CSP entries — AND for Fin Guidance writing, Help Center optimization, resolution rate improvement, Fin escalation patterns, Copilot tips, Topics Explorer, Fin Attributes, daily review rituals, and Fin best practices. Routes to the right section based on context. Trigger on: any Intercom question, "Fin tips", "improve Fin", "Fin guidance", "Fin resolution rate", "Help Center optimization", "Copilot tips", "Angular Intercom", "IntercomService", "JWT Intercom", "Fin re-engagement", "Fin handoff", or any Intercom-related support or development question.

2026-05-22
lfx
Desenvolvedores de software

Starting point for LFX development. Describe what you want in plain language and this skill routes you to the right workflow.

2026-05-04
lfx-v2-ticket-writer
Escriturários de pedidos

Create a new ticket in the LFXV2 Jira project (linuxfoundation.atlassian.net). Guides the user through picking an issue type (Bug, Story, Task, Epic), writing a concise summary, and capturing the requirement, feature, or bug context — collecting reproduction steps for bugs. Optionally attaches a parent epic, labels, or priority if the user provides them. Submits the ticket via Atlassian MCP and returns the URL. Use this skill any time someone asks to "create a Jira ticket", "open an LFXV2 ticket", "file a bug", "log a story", "write up a feature request", "draft a ticket", or any variation of submitting work into LFXV2.

2026-05-04
lfx-backend-builder
Desenvolvedores de software

Generate compliant backend code for LFX repos — Express.js proxy endpoints (lfx-v2-ui) or Go microservice code (resource services). Encodes the three-file pattern, logging conventions, Goa DSL, NATS messaging, and microservice proxy usage.

2026-05-04
lfx-product-architect
Desenvolvedores de software

Understand LFX system architecture, decide where code should go, trace data flows, and explain design decisions. Works across all LFX repos. Use when asking "where should this go?", "how does X work?", or "should I create a new module?". Read-only — does not generate code.

2026-05-04
lfx-pr-resolve
Desenvolvedores de software

Address PR review comments — fetches unresolved threads, makes code changes, commits with a summary, responds to each comment, resolves threads, posts a follow-up summary, dismisses stale "changes requested" reviews, and re-requests review. Use whenever someone wants to address PR feedback, fix review comments, resolve PR threads, or iterate on a pull request after review.

2026-04-14
lfx-coordinator
Gerentes de sistemas computacionais e de informação

Guided development workflow for building, fixing, updating, or refactoring code across any LFX repo. Researches inline, then delegates code generation to specialized skills. Use whenever someone wants to add a feature, fix a bug, modify existing code, create something new, refactor, or implement any code change.

2026-04-09
lfx-cdp-snowflake-connectors
Desenvolvedores de software

Use when adding a new snowflake-connector data source to crowd.dev — a new platform or a new source within an existing platform that needs buildSourceQuery, transformer, activity types, migration, and all associated type registrations scaffolded.

2026-04-03
Showing top 8 of 16 collected skills in this repository.
#002
crowd.dev
8 skills3.4k731updated 2026-05-26
18% of creator
packages-worker-add-entrypoint
Desenvolvedores de software

Scaffold a new sub-worker inside packages_worker (npm, deps.dev, osv, scorecard, etc.) following the single-service multi-entry-point structure. Use when: "add a new packages worker", "scaffold a sub-worker in packages_worker", "new worker for packages-db", "add npm worker", "add OSV worker", "add deps.dev worker".

2026-05-26
packages-worker-setup
Desenvolvedores de software

Get packages_worker running locally — first time or resuming after a break. Spins up packages-db if not running, applies any pending migrations, and starts the worker. All steps are safe to re-run. Use when: "set up packages worker", "start packages worker", "resume packages worker", "get packages-db running", "packages-db stopped", "restart the worker".

2026-05-26
adr
Desenvolvedores de software

Record an architecture decision as an ADR in docs/adr/. Use when choosing between frameworks, libraries, databases, or architectural patterns; stating a decision with reasoning ("we decided X instead of Y because..."); or querying past decisions ("why did we choose X?").

2026-05-22
commit
Desenvolvedores de software

Generate a commit message and commit staged changes using git commit -s -S.

2026-05-22
dco
Desenvolvedores de software

Recover from missing DCO sign-off on commits. Handles the single-commit amend, older-commit recovery via interactive rebase or cherry-pick, and explains the Probot DCO check that blocks PRs without sign-off. Use when a PR fails the DCO check, when a commit needs a Signed-off-by trailer added retroactively, or when sign-off was forgotten during rebase / cherry-pick / amend.

2026-05-22
preflight
Analistas de garantia de qualidade de software e testadores

Pre-PR validation — working tree status, format, lint, TypeScript check, and protected file check. Workspace-aware: detects which of backend/, frontend/, services/apps/*, services/libs/* were changed and runs only the relevant scripts. Use before submitting any PR, to check if code is ready, or to validate a branch before review.

2026-05-22
review-pr
Analistas de garantia de qualidade de software e testadores

Review a pull request against CDP architecture standards — fetches PR diff, verifies previous comments are addressed, validates PR metadata (title, branch, JIRA key, size), runs a code-standards enforcer against every file in `.claude/rules/` and `.claude/hooks/guard-protected-files.sh`, and drafts inline review comments with suggested fixes. NEVER auto-posts comments or submits reviews — always presents a draft in the terminal for user approval before any comment lands on the PR. Use when reviewing PRs, checking PR quality, validating code changes, or when the user says "review", "check this PR", or "audit code".

2026-05-22
scaffold-snowflake-connector
Desenvolvedores de software

Use when adding a new snowflake-connector data source to crowd.dev — a new platform or a new source within an existing platform that needs buildSourceQuery, transformer, activity types, migration, and all associated type registrations scaffolded.

2026-04-10
#003
insights
6 skills22550updated 2026-05-22
14% of creator
adr
Desenvolvedores de software

Record an architecture decision as an ADR in docs/adr/. Use when choosing between frameworks, libraries, databases, or architectural patterns; stating a decision with reasoning ("we decided X instead of Y because..."); or querying past decisions ("why did we choose X?").

2026-05-22
commit
Desenvolvedores de software

Generate a commit message and commit staged changes using git commit -s -S.

2026-05-22
preflight
Analistas de garantia de qualidade de software e testadores

Pre-PR validation — license headers, format, lint, TypeScript check, build, and protected file check. Use before submitting any PR, to check if code is ready, validate changes, or verify a branch before review.

2026-05-22
review-pr
Analistas de garantia de qualidade de software e testadores

Review a pull request against Insights architecture standards — fetches PR diff, verifies previous comments are addressed, validates PR metadata (title, branch, JIRA, size), runs a code-standards check against every file in `.claude/rules/` and `.claude/hooks/guard-protected-files.sh`, and drafts inline review comments with suggested fixes. NEVER auto-posts comments or submits reviews — always presents a draft in the terminal for user approval before any comment lands on the PR. Use when reviewing PRs, checking PR quality, validating code changes, or when the user says "review", "check this PR", or "audit code".

2026-05-22
setup-docs
Desenvolvedores web

Run the docs site, blog, or Storybook locally. Use when contributing to documentation, previewing blog posts, or developing UI components in isolation. Not needed for regular frontend development.

2026-05-22
setup
Administradores de redes e sistemas de computador

Full development environment setup from scratch — prerequisites, dependencies, .env file, optional local PostgreSQL database (for auth/collections/chat work), and dev server. Use for first-time setup, broken environments, missing env vars, or when the app won't start.

2026-05-22
#004
lfx-self-serve
6 skills91updated 2026-05-21
14% of creator
lfx-review-pr
Analistas de garantia de qualidade de software e testadores

Review a pull request against LFX architecture standards. Requires the reviewer's HEAD to be the PR's branch (author scenarios are natural; external reviewers run `gh pr checkout <N>` first). Fetches main fresh, then launches the `lfx-self-serve-code-reviewer` subagent with the canonical full-branch prompt — the subagent audits the PR branch's diff against `origin/main` and renders a markdown review covering general code review, upstream API contracts, and repo conventions (rules, checklists, architecture). This skill body adds what only a post-PR skill can do: verifying prior review comments are addressed, walking the PR-shape checklist (branch/ JIRA/commits/DCO+GPG/rebase/diff-size/protected-files/PR-title/external-refs), applying new-contributor educational tone, presenting a draft for explicit approval, and posting via /review only after user go-ahead. NEVER auto-posts comments or submits reviews. Use when reviewing PRs, checking PR quality, validating code changes, or when the user says "review", "check

2026-05-21
lfx-self-serve-pr-readiness
Administradores de redes e sistemas de computador

Pre-PR shape check on local lfx-self-serve work. Audits PR-shape sanity (branch name, JIRA reference, conventional-commit format, rebase status, DCO + GPG signing per commit, total diff size, and protected files touched) against the target base branch. Does NOT audit code — code audits run post-commit via the `lfx-self-serve-code-reviewer` and `lfx-self-serve-learnings-reviewer` subagents (launched via the Agent tool), drained before this check. Use once before opening a PR, after the post-commit review queue has returned clean.

2026-05-21
dco
Desenvolvedores de software

Recover from missing DCO sign-off on commits. Handles the single-commit amend, older-commit recovery via interactive rebase or cherry-pick, and explains the Probot DCO check that blocks PRs without sign-off. Use when a PR fails the DCO check, when a commit needs a Signed-off-by trailer added retroactively, or when sign-off was forgotten during rebase / cherry-pick / amend.

2026-05-12
develop
Desenvolvedores de software

Guided development workflow for building, fixing, updating, or refactoring code — components, services, backend endpoints, shared types, or full features. Use whenever someone wants to add a feature, fix a bug, modify existing code, create something new, refactor, or implement any code change.

2026-05-12
setup
Administradores de redes e sistemas de computador

Environment setup from zero — prerequisites, clone, install, env vars via 1Password, and dev server. Use for getting started, first-time setup, broken environments, install failures, or missing env vars.

2026-05-12
preflight
Analistas de garantia de qualidade de software e testadores

Pre-PR validation — license headers, format, lint, build, and protected file check. Use before submitting any PR, to check if code is ready, validate changes, or verify a branch before review.

2026-03-13
#005
lfx-crowdfunding
3 skills10updated 2026-05-20
6.8% of creator
#006
lfx-mcp
2 skills154updated 2026-05-26
4.5% of creator
#007
lfx-v2-helm
2 skills14updated 2026-05-04
4.5% of creator
#008
aaif-onboarding-marketplace
1 skills10updated 2026-03-01
2.3% of creator
Mostrando 8 de 8 repositorios
Todos os repositorios foram exibidos