Skip to main content
Run any Skill in Manus
with one click
fullstack-phoenix
GitHub creator profile

fullstack-phoenix

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

skills collected
26
repositories
1
updated
2026-06-16
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

404-page
web-developers

Use when the app needs branded 404 and 500 error pages and a way to raise not-found from LiveViews. Covers install, the Fallback exception, and tweaking the templates.

2026-06-16
admin
software-developers

Use when the app needs an admin-only dashboard at `/admin` for managing users, teams, and admins, with charts, impersonation, and the LiveDashboard. Covers install, configuration, and tweaks.

2026-06-16
require-confirmed-user
software-developers

Use when authenticated routes must be gated behind email confirmation, redirecting users whose `confirmed_at` is nil to a confirmation page. Covers install, configuration, and tweaks for the confirmation gate.

2026-06-16
authentication
software-developers

Use when the app needs user accounts, sign-in, and roles. Covers installing phx.gen.auth-based auth with role-based access, profiles, and admin bootstrapping, plus how to tweak it.

2026-06-16
command-palette
software-developers

Use when the app needs a Cmd+K/Ctrl+K command palette for quick navigation and search. Covers installing the LiveView palette, its protocol-based result formatting, and how to make resources searchable.

2026-06-16
error-tracker
software-developers

Use when the app needs database-backed error tracking without an external SaaS. Covers installing ErrorTracker with automatic Phoenix/LiveView/Oban reporting, migrations, pruning, and a dashboard.

2026-06-16
fun-with-flags
software-developers

Use when the app needs runtime feature toggles, gradual rollouts, or an emergency kill switch without redeploying. Covers installing FunWithFlags with Ecto + PubSub, the app-owned wrapper APIs, and per-user/per-team gating.

2026-06-16
helthcheck
software-developers

Use when the app needs a health check endpoint for a load balancer or uptime monitor. Covers installing plug_checkup at /health, configuring checks, and adding custom checkups.

2026-06-16
Showing top 8 of 26 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded