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

titanaprilian

Repository-level view of 17 collected skills across 4 GitHub repositories.

skills collected
17
repositories
4
updated
2026-06-08
repository explorer

Repositories and representative skills

agents-md
computer-occupations-all-other

Audits and writes AGENTS.md files using execution-first standards. Checks commands, gotchas, and signal-to-noise ratio. Use when asked to audit, review, score, refactor, or improve agent instruction files, fix stale commands, reduce bloat, or asking "my AGENTS.md is bad", "help me write a CLAUDE.md", or "improve my agent instructions".

2026-06-08
code-review
software-quality-assurance-analysts-and-testers

Review code changes for security, performance, and correctness. Trigger with a PR URL or diff, "review this before I merge", "is this code safe?", or when checking a change for N+1 queries, injection risks, missing edge cases, or error handling gaps.

2026-06-08
db-migration
database-architects

Manage Prisma database migrations for a PostgreSQL + Bun stack. Use this skill whenever the user mentions schema changes, adding/removing columns or tables, creating or running migrations, rolling back migrations, seeding data, resolving migration drift, or any Prisma-related database tasks — even if they just say "update the schema", "I need a new table", "migrate", or "prisma migrate". Always invoke this skill for anything touching prisma/schema.prisma, migration files, or the DATABASE_URL.

2026-06-08
executing-plans
computer-occupations-all-other

Use when you have a written implementation plan to execute in a separate session with review checkpoints

2026-06-08
gh-commit-push-pr
software-developers

Commit staged changes, push branch, and open a GitHub PR. Use when user asks to commit and push, create a PR, ship changes, send for review, or open a pull request. Triggers on phrases like 'commit and push', 'create a PR', 'open a pull request', 'send this for review', 'ship it', 'push and PR'.

2026-06-08
readme-creator
software-developers

Writes or rewrites README.md files tailored to the project type (CLI, library, app, framework, monorepo, or skill bundle). Discovers project context, selects the right structure, writes section by section, and validates against quality checks. Use when creating a README, writing a README from scratch, rewriting a bad README, bootstrapping project documentation, or asking "write a README for this project."

2026-06-08
writing-plans
software-developers

Use when you have a spec or requirements for a multi-step task, before touching code

2026-06-08
create-issue
software-developers

Creates a structured issue.md file in the project root, designed to be implemented by a junior programmer or a cheaper AI model. Use when the user asks to "create an issue", "write up a task", "create a ticket", or "document what needs to be done". The agent enriches the user's description with codebase context to produce a clear, self-contained, and unambiguous issue.

2026-05-13
git-ship
software-developers

Execute the full ship flow: conventional commit → push → Pull Request. Use when user asks to commit changes, ship a feature, create a git commit, or mentions "/commit" or "/ship". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping, (5) Auto-push to remote branch, (6) PR creation via GitHub CLI (gh)

2026-05-13
implement-issue
software-developers

Implements the task described in issue.md by reading it thoroughly, proposing a plan for user approval, creating a new branch, then writing the code. Use when the user asks to "implement the issue", "work on the issue", "start the task in issue.md", or "implement what's in issue.md". Always stops before committing — the user reviews the code first.

2026-05-13
nextjs-dockerfile
software-developers

Generates a production-ready Dockerfile for a Next.js project using pnpm, standalone output mode, and self-hosted VPS deployment. Use when the user asks to "generate a Dockerfile", "dockerize the project", "create a Dockerfile for Next.js", or "set up Docker for production". Also triggers when the user wants to containerize or deploy the Next.js app to a VPS.

2026-05-13
Showing 4 of 4 repositories
All repositories loaded