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

vana-com

Repository-level view of 47 collected skills across 7 GitHub repositories.

skills collected
47
repositories
7
updated
2026-07-11
repository explorer

Repositories and representative skills

patch-first-debugging
software-developers

Debug and repair code using minimal, reviewable patches instead of full-file rewrites. Use this whenever the user is fixing a bug, iterating on failing tests, asks for a surgical code change, wants a minimal diff, or is in a tight debug loop where output size and token cost matter. Prefer this even if the user does not explicitly say "patch."

2026-03-25
test-fix-loop
software-quality-assurance-analysts-and-testers

Build or use a tight automated test-fix loop that repairs one failing test at a time with minimal patches and narrow context. Use whenever the user wants a repair harness, constrained bug-fixing loop, failing-test repair workflow, or a prompt that turns the model into a surgical fix engine instead of a general coding assistant.

2026-03-25
chrome-cdp
software-developers

Interact with local Chrome browser session (only on explicit user approval after being asked to inspect, debug, or interact with a page open in Chrome)

2026-03-24
cognitive-load
software-developers

Reduce cognitive load when implementing or refactoring code for readability.

2026-03-24
conventional-commits
software-developers

Use Conventional Commits when creating reviewing or fixing commit messages.

2026-03-24
ui-component-audit
web-developers

Audit and refactor React UI components to match DataConnect UI implementation rules (Text component, tokens, Tailwind, naming) and Vercel React/composition guidance. Use when the user asks for a UI audit, React audit, composition review, or to fix UI implementation issues in components.

2026-03-09
ui-page-structure
software-developers

Standardize DataConnect route/page layout, logic/JSX separation, tests, and README expectations. Use when organizing pages/routes, refactoring page structure, or discussing file structure conventions.

2026-03-09
react-testing
software-quality-assurance-analysts-and-testers

Pragmatic React/Vitest testing workflow for DataConnect. Use when writing or updating React/UI code, deciding what tests to add, running tests for a change, or before commit.

2026-03-06
Showing top 8 of 28 collected skills in this repository.
pdpp-data-access
software-developers

Use when a coding agent needs PDPP data (the user's email, finance, coding history, or other personal data exposed by a PDPP server) to answer a task. The skill teaches discovery-first capability lookup, scoped grant requests, project-local token caching, and grant-safe data consumption. Use this instead of asking the user for an owner bearer token, instead of guessing endpoints, and instead of broad unbounded scans.

2026-07-11
pdpp-owner-agent
software-developers

Use ONLY when you are a trusted local owner agent that the operator has explicitly authorized to act as themselves against their own PDPP reference instance — for example a local assistant such as Daisy running on the owner's machine. This profile uses an owner-level REST/control-plane credential obtained through browser-mediated owner approval, and teaches token-efficient initial and incremental sync of all current and future owner data. This is owner-level local automation, not the default agent path. Routine third-party, coding-agent, and task-scoped assistants MUST use the grant-scoped pdpp-data-access skill instead.

2026-07-11
pdpp-design
web-and-digital-interface-designers

Use this skill to generate well-branded interfaces and assets for PDPP (the Personal Data Portability Protocol), either for production or throwaway prototypes/mocks. Contains essential design guidelines, colors, type, fonts, assets, and UI kit components for prototyping.

2026-07-11
demo-skill
software-developers

Synthetic skill fixture for source-inventory tests

2026-07-11
demo-skill-on-device-b
software-developers

Synthetic second-device skill fixture; proves device homes inventory independently

2026-07-11
demo-codex-skill
software-developers

Synthetic Codex skill fixture for source-inventory tests

2026-07-11
pdpp-data-access
computer-occupations-all-other

Use when a coding agent needs PDPP data (the user's email, finance, coding history, or other personal data exposed by a PDPP server) to answer a task. The skill teaches discovery-first capability lookup, scoped grant requests, project-local token caching, and grant-safe data consumption. Use this instead of asking the user for an owner bearer token, instead of guessing endpoints, and instead of broad unbounded scans.

2026-07-11
auto-create-connector
software-developers

Autonomously create, test, and validate a data connector for any web platform — end to end. Use when asked to "auto-create a connector", "automatically build a connector", or when a connector needs to be created from scratch and tested without manual guidance. Triggers on: "auto-create", "auto connector", "create and test connector", "build connector end to end", "generate connector".

2026-06-30
vana-connect
software-developers

Connect personal data from any web platform using browser automation. Use when: (1) user wants to connect a data source like ChatGPT, Instagram, Spotify, or any platform, (2) user says "connect my [platform]", (3) user wants to generate or update their profile from connected data. Also triggers on: "create a connector for [platform]".

2026-06-30
auto-create-connector
web-developers

Autonomously create, test, and validate a data connector for any web platform — end to end. Use when asked to "auto-create a connector", "automatically build a connector", or when a connector needs to be created from scratch and tested without manual guidance. Triggers on: "auto-create", "auto connector", "create and test connector", "build connector end to end", "generate connector".

2026-03-31
data-connector
software-developers

Build new Vana DataConnect data connectors that export user data from web platforms. Use when asked to "create a connector", "add a connector", "build a connector", "new data connector", "write a connector for X", or when working on the data-connectors repository and the task involves adding or modifying a Playwright-based connector.

2026-03-31
Showing 7 of 7 repositories
All repositories loaded