Skip to main content
Run any Skill in Manus
with one click
Llloooggg
GitHub creator profile

Llloooggg

Repository-level view of 11 collected skills across 1 GitHub repositories.

skills collected
11
repositories
1
updated
2026-07-22
repository map

Where the skills live

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

repository explorer

Repositories and representative skills

check
software-quality-assurance-analysts-and-testers

Run analyzer + tests sequentially via make check. Full pre-commit validation.

2026-07-22
commit
software-developers

Create a git commit following project conventions. Checks docs. Pre-commit hook handles analyzer + tests. Use when user says "commit" or "commit and push".

2026-07-22
coverage
software-quality-assurance-analysts-and-testers

Check test coverage via SonarCloud API. Shows overall, new code, and per-file coverage.

2026-07-22
doc
software-developers

Look up a section of docs/ARCHITECTURE.md without reading the whole file. Given a task description OR a ยง identifier (numeric like "3.6", "ยง11" or header fragment like "Security", "Tags", "Transfer Queue"), returns the relevant ARCHITECTURE.md section(s) verbatim. Executes Grep + Read itself in a single invocation โ€” does not ask the user to run anything. Trigger phrases: "/doc <anything>", "docs on X", "architecture of X", "find the ARCHITECTURE ยง about X". Use when you need to consult docs/ARCHITECTURE.md for a specific topic instead of reading the full 3000-line file.

2026-07-22
find-impact
software-developers

Map the blast radius of changing a Dart file โ€” find importers (call sites) and the paired test file. Use when user says "what uses X", "who imports X", "impact of X", "find callers of X", or invokes /find-impact with a path.

2026-07-22
fix-security
information-security-analysts

Fetch GitHub security alerts (Dependabot, code scanning, secret scanning) and fix them. Use when user wants to resolve security issues.

2026-07-22
fix-sonar
software-quality-assurance-analysts-and-testers

Fetch SonarCloud issues and fix them. Use when user wants to fix code smells, bugs, or vulnerabilities reported by SonarCloud.

2026-07-22
lint
software-developers

Run static analysis (Dart analyzer + Rust clippy) via make lint. Use when user wants to check code for lint/analysis issues before commit.

2026-07-22
Showing top 8 of 11 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded