Skip to main content
Run any Skill in Manus
with one click
$pwd:
DavidVujic
GitHub creator profile

DavidVujic

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

skills collected
20
repositories
2
occupation fields
1
updated
2026-05-21
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
python-polylith
14 skills54732updated 2026-05-05
70% of creator
polylith-base-creation
Software Developers

Create a Polylith base with `poly create base` — the entry point of a deployable application (HTTP API, CLI, message-queue consumer, AWS Lambda handler, GCP Cloud Function, scheduled job). Use when the user wants to add a service, API, endpoint, handler, or any new entry point to a Polylith workspace.

2026-05-05
polylith-brick-removal
Software Developers

Safely remove a Polylith brick (component or base) from the workspace. Use when the user wants to delete, remove, or tear down a component or base.

2026-05-05
polylith-check
Software Quality Assurance Analysts & Testers

Validate a Polylith workspace with `poly check` — the canonical CI gate. Verifies brick imports against project `pyproject.toml`s, third-party library declarations vs. the lock file, and (under `--strict`) cross-project version consistency. Exits 1 on failure. Use when the user wants to lint, validate, verify, or CI-gate a Polylith workspace.

2026-05-05
polylith-component-creation
Software Developers

Create a Polylith component with `poly create component` — a reusable, isolated brick implementing business logic, a feature, a domain module, or a capability. Use when adding non-entry-point code that bases or other components will import.

2026-05-05
polylith-concepts
Software Developers

Provides foundational knowledge about Polylith architecture, including the glossary (bases, components, projects, workspaces), theme layouts, and package manager mapping. Use this when you need to understand Polylith terminology or how the repository is structured conceptually before taking action.

2026-05-05
polylith-dependency-management
Software Developers

Add or manage third-party dependencies in a Polylith workspace. Use when the user wants to install a new library (e.g., requests, fastapi) for a brick or project.

2026-05-05
polylith-dependency-visualization
Software Developers

Visualize **brick × brick** dependencies with `poly deps` — find circular dependencies, inspect a brick's public interface, and detect interface-bypass violations. Use for "what depends on what", "circular deps", "interface violation". For brick × project usage, use `polylith-workspace-inspection`.

2026-05-05
polylith-diff
Software Developers

List Polylith bricks whose **implementation** changed since a git tag using `poly diff`. Use for release notes, selective deploys ("which projects need rebuilding?"), and PR scope review. For TEST-code diffs, use `polylith-testing` instead.

2026-05-05
Showing top 8 of 14 collected skills in this repository.
#002
my-eca-config
6 skills111updated 2026-05-21
30% of creator
Showing 2 of 2 repositories
All repositories loaded
DavidVujic GitHub Skills | SkillsMP