Skip to main content
Manusで任意のスキルを実行
ワンクリックで
pglevy
GitHub クリエイタープロフィール

pglevy

2 件の GitHub リポジトリにある 17 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
17
リポジトリ
2
更新
2026-06-23
リポジトリエクスプローラー

リポジトリと代表的な skills

upgrade-from-template
ソフトウェア開発者

Sync an existing Sailwind Starter project with the latest tooling from the template repo. Fetches files directly from GitHub so the skill never goes stale. Use this skill when the user says "upgrade from template", "sync with starter", "update tooling", or "check for template changes".

2026-06-23
security-audit
情報セキュリティアナリスト

Run a security audit on the Sailwind Starter project. Checks for exposed secrets, suspicious packages, misconfigured security settings, and common mistakes designers might not know to look for. Use this skill when the user asks to "check security", "run a security audit", "make sure nothing is exposed", or "check if my API keys are safe".

2026-05-28
configure-environment
ソフトウェア開発者

Configure or troubleshoot the development environment for this Sailwind Starter project. Delegates to the global "setup-sailwind" skill for full setup, or directs users to the UX Manual if that skill isn't installed. Use this skill when the user says "set up my environment", "configure my environment", "something's not working", "install dependencies", "I'm new — how do I get started", or reports "command not found" errors for node, pnpm, or brew.

2026-05-28
connect-to-appian
ソフトウェア開発者

Rewrite the prototype's mock data layer (`src/db/`) to use real `fetch` calls against Appian Web API endpoints. Page components remain unchanged — only the function bodies in `src/db/` are replaced. Use this skill when the user says "connect to Appian", "switch to real APIs", "hook up the prototype to the backend", or "replace mock data with real API calls". Prerequisite: run `extract-prototype-contract` first and ensure the Appian app is imported.

2026-05-20
deploy-to-appian
ソフトウェア開発者

Deploy a generated Appian app package to a target environment using the Appian Deployment REST API (v2). Handles the full lifecycle: inspect, deploy (with DDL), and poll for results. Use this skill when the user says "deploy to Appian", "push this to my Appian environment", "import the app", or "run the deployment". Prerequisite: run `generate-appian-app` first.

2026-05-20
extract-prototype-contract
ソフトウェア開発者

Extract an API contract from the prototype's `src/db/` data layer, producing an `API_Contract` JSON that can be used to generate an importable Appian app package. Use this skill when the user says "extract the API contract", "generate the contract from the prototype", "what's the data model for this prototype?", or "prepare for Appian app generation".

2026-05-20
generate-appian-app
ソフトウェア開発者

Generate an importable Appian application package (ZIP) from an `API_Contract` JSON. The package includes record types, web APIs, groups, an application wrapper, DDL, and a manifest — everything needed to stand up the data model in an Appian environment. Use this skill when the user says "generate the Appian app", "create the Appian package", "build the app ZIP", or "hook this up to Appian". Prerequisite: run the `extract-prototype-contract` skill first.

2026-05-20
sailwind-migration
ソフトウェア開発者

FULL MIGRATION for projects that don't follow sailwind-starter conventions or are on old Sailwind versions. Performs complete scaffolding replacement, CSS import fixes, public asset copying, build fixing, and optional code convention updates (emoji→icons, HTML→components). Use for brownfield projects, old Sailwind versions, or when components render grey/unstyled. For projects already using sailwind-starter that just need tooling updates, use the "upgrade-from-template" skill instead.

2026-05-20
このリポジトリの収集済み skills 9 件中、上位 8 件を表示しています。
sailwind-mock
ウェブ開発者

Generate UI mockups as standalone HTML pages using the Sailwind design token system. Use this skill when asked to create mockups, prototypes, or HTML previews for an app or feature — given a text description (app spec, PRD, feature brief) and/or a reference screenshot/image. Produces coherent multi-page HTML mockups styled exclusively from the Sailwind design tokens (colors, typography, spacing, gradients). Do NOT use the frontend-design skill for these tasks.

2026-05-04
vignette
ウェブ開発者

Create animated product vignettes — short, cinematic HTML demos that showcase a product feature or workflow using GSAP animations. Use this skill when asked to build a vignette, product theater animation, animated demo, product walkthrough, cinematic UI demo, or GSAP-based product showcase. Also use when asked to animate a UI scene, create a camera-driven demo, or build a beat-scripted animation sequence.

2026-04-21
token-policy-standard
ソフトウェア品質保証アナリスト・テスター

Analyze a frontend codebase for design token discrepancies against Sailwind tokens, generate a TPS report, apply fixes, and create a PR for human review. Use this skill when asked to audit design tokens, align styles with the design system, or create a TPS report. Works with Less, CSS, and TSX/JSX files.

2026-04-20
migrate-to-gitlab
ソフトウェア開発者

Migrate an existing local git repository to a GitLab instance by creating a new remote repo and updating the origin. Use when a user wants to publish or move a project to GitLab (e.g., gitlab.example.com), create a new GitLab repo from an existing local repo, or update the git remote origin to point to GitLab instead of GitHub or another host.

2026-04-15
mint-cli
ウェブ・デジタルインターフェースデザイナー

Guide for querying Sailwind design tokens using the Mint CLI. Use when looking up colors, typography, spacing, or semantic tokens for UI components in this project.

2026-04-06
pnpm-setup
ソフトウェア開発者

Guide users through installing and configuring pnpm for the Sailwind project, including new project setup and migration from npm. Use this skill when users: (1) Ask how to install dependencies or set up the project, (2) Get errors related to missing pnpm or wrong package manager (ERR_PNPM_ errors, "This project is configured to use pnpm" warnings), (3) Say they're new to pnpm or ask about the switch from npm, (4) Have an existing project with a package-lock.json and want to migrate to pnpm, (5) Ask "how do I get started" or "how do I set this up"

2026-04-05
higher-ed-fred-analysis
データサイエンティスト

Create sophisticated economic data analyses and visualizations for higher education stakeholders using FRED (Federal Reserve Economic Data). Use this skill when users request: (1) Analysis of student loan debt, unemployment by education level, or earnings data, (2) Dashboard or visual presentations of higher ed economic indicators, (3) Narrative reports on higher education ROI or economic value, (4) Data-driven communications for institutional stakeholders (trustees, enrollment management, financial aid offices), or (5) Integration of FRED API data into interactive visualizations.

2026-03-30
spec-driven-dev
ソフトウェア開発者

Guide for spec-based agent-driven development using structured requirements (EARS notation), technical design documentation, and implementation planning. Use when users want to build features using a specification-first approach, need to document requirements formally, want to generate implementation plans from specs, or when working on projects that benefit from clear requirement-to-code traceability.

2026-03-30
2 件中 2 件のリポジトリを表示
すべてのリポジトリを表示しました