Skip to main content
مستودع GitHub

Vault-Toolbox

يحتوي Vault-Toolbox على 28 من skills المجمعة من veeva، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
28
Stars
12
محدث
2026-07-07
Forks
9
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

toolbox-browser-api-integration
مطوّرو البرمجيات

Implementation patterns for the Vault Toolbox Browser Extension (Manifest V3).

2026-07-07
toolbox-browser-brainstormer
مطوّرو البرمجيات

Specialized design challenges for the Vault Toolbox Browser Extension, focusing on VQL prototyping.

2026-07-07
toolbox-browser-code-reviewer
محللو ضمان جودة البرمجيات والمختبرون

Specialized audit for the Vault Toolbox Browser Extension, focusing on Island Architecture and UI visibility.

2026-07-07
toolbox-browser-data-grid
مطوّرو البرمجيات

Specialized data grid implementation for the Vault Toolbox Browser Extension using TanStack Table/Virtual.

2026-07-07
toolbox-browser-feature-designer
مصممو واجهات الويب والرقمية

Specialized design requirements for the Vault Toolbox Browser Extension, focusing on UI visibility.

2026-07-07
toolbox-browser-testing
محللو ضمان جودة البرمجيات والمختبرون

Specialized testing and dev-server protocol for the Vault Toolbox Browser Extension.

2026-07-07
toolbox-browser-tool-builder
مطوّرو البرمجيات

Specialized scaffolding and shell integration for the Vault Toolbox Browser Extension.

2026-07-07
toolbox-browser-tutor
مطوّرو البرمجيات

Specialized tutorial cheat sheet for the Vault Toolbox Browser Extension.

2026-07-07
toolbox-browser-ui-designer
مصممو واجهات الويب والرقمية

UI standards for the Vault Toolbox Browser Extension focusing on Chakra UI and the Nested Pillar layout.

2026-07-07
toolbox-browser-unit-tester
محللو ضمان جودة البرمجيات والمختبرون

Specialized testing requirements for the Vault Toolbox Browser Extension, focusing on Vitest and Chrome context.

2026-07-07
vault-api-integration
مطوّرو البرمجيات

Universal methodology for Vault API interaction. Includes Evidence-First mandate and Vault API CLI guide.

2026-07-07
vault-brainstormer
مطوّرو البرمجيات

Guides the Brainstorming and Socratic Design phase. Use this at the start of any new feature to explore architectural paths.

2026-07-07
vault-code-reviewer
محللو ضمان جودة البرمجيات والمختبرون

Performs an automated self-audit of code and metadata. Use this at the end of every task to ensure compliance with standards.

2026-07-07
vault-configuration-mdl
مطوّرو البرمجيات

Retrieve, create, update, alter, drop, or describe Veeva Vault configuration via the Metadata Definition Language (MDL) REST API. Use whenever the user asks about MDL, executing MDL scripts, Vault component metadata, RECREATE/ALTER/CREATE/DROP/RENAME of components like Picklist, Object, Aitooltype, Aitool, Aicontexttype, Recordtrigger, Doclifecycle, Objectlifecycle, etc., listing components in a vault, exporting an existing component as an MDL script, or describing a component type's schema. Trigger on phrases like "MDL", "execute MDL", "RECREATE Aitool", "ALTER Object", "CREATE Picklist", "DROP component", "retrieve MDL component", "vault metadata", "component schema", "configuration metadata", "list MDL components", or "deploy this picklist to my vault". In THIS project all MDL/metadata calls go through the authenticated `vault_api.js` gateway — never raw curl, never collect username/password.

2026-07-07
vault-data-grid-master
مطوّرو البرمجيات

Universal best practices for data orchestration and display in Vault grids and tables.

2026-07-07
vault-express-mode
مطوّرو البرمجيات

Fast-prototyping lane that defers (never skips) the heavy lifecycle phases, preserving the safety rails, with a gated graduation path back to full rigor.

2026-07-07
vault-feature-designer
مطوّرو البرمجيات

Guides the technical design phase (Phase 2). Use this to create comprehensive design documents after brainstorming.

2026-07-07
vault-feature-transplant
مطوّرو البرمجيات

Guidance for surgically transplanting features from a fork into the main project.

2026-07-07
vault-java-sdk-expert
مطوّرو البرمجيات

Specialized guidance for implementing Vault Java SDK components for Custom Pages.

2026-07-07
vault-knowledge-sync
مطوّرو البرمجيات

Synchronizes project documentation, the codebase knowledge graph, and the skills manifest. Use after implementing features or refactoring.

2026-07-07
vault-speak-modes
مطوّرو البرمجيات

Toggles token-efficient communication modes (rocky, eridani, signal, caveman).

2026-07-07
vault-tool-builder
مطوّرو البرمجيات

Universal methodology for scaffolding new features using Toolbox Designer.

2026-07-07
vault-tutor
مطوّرو البرمجيات

Provides a guided, step-by-step tutorial for the Toolbox Designer lifecycle.

2026-07-07
vault-ui-designer
مصممو واجهات الويب والرقمية

Universal UI philosophy and verification criteria for Vault Designer applications.

2026-07-07
vault-unit-tester
محللو ضمان جودة البرمجيات والمختبرون

Enforces the TDD (Red-Green-Refactor) mandate. Use during implementation to ensure logic is verified by tests.

2026-07-07
vault-vpk-builder
مطوّرو البرمجيات

Packages Custom Pages into deployable Vault Packages (VPKs) via the vpk CLI.

2026-07-07
vault-vql-builder
مطوّرو البرمجيات

Guarantees 100% correct, verified VQL queries. Use whenever creating, modifying, or troubleshooting any Vault Query Language (VQL) statement.

2026-07-07
veeva-vault-deployer
مطوّرو البرمجيات

Packages and deploys Veeva Vault custom code — auto-detects whether a feature has client (Custom Page) and/or server (Java SDK) code and packages it as one all-in-one VPK, then deploys via the project's authenticated vault_api gateway. Also offers Java single-file hot-deploy and Custom Page client direct-deploy. Use whenever the user asks to build a VPK, deploy SDK code, push code to a Vault sandbox, hot-patch a single Java class, build/upload a custom page client distribution, run a Page MDL, or run a full feature deploy. Triggers — "build a VPK", "deploy my code", "push to my vault", "hot patch", "PUT /code", "deploy my custom page", "upload distribution", "uicode/distributions", "execute MDL", "full deploy", "deploy everything". Deployment is gated on whether vault_api is authenticated; if not, the skill offers to authenticate, and if declined, packages the VPK and stops so the user can deploy manually later.

2026-07-07