Skip to main content

이 저장소의 skills

CodySwannGT/lisa - 19페이지

SkillsMP는 CodySwannGT/lisa에서 888개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

CodySwannGT/lisa

수집된 skill 888개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

8-step task triage and implementation workflow. Ensures tasks have clear requirements, dependencies, and verification plans before implementation begins.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Bootstrap the LLM Wiki kernel (lisa-wiki plugin) in a host project. Solves the chicken-and-egg gap: the base lisa plugin can install the wiki plugin so its setup skill becomes discoverable. Edits .claude/settings.json to enable lisa-wiki@lisa and confirm the…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Scaffold a project-specific "front-door" ingest skill that does something unique (classify a source, fetch from a special system, stamp domain frontmatter) and then chains into /ingest. Use when a project needs a bespoke ingestion path that the core…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Produce sanitized Confluence source notes for lisa-wiki ingest via the Atlassian MCP. Use only when lisa-wiki-ingest routes to the confluence connector. Read-only; tenant-guarded.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Ingest a local document (PDF, DOCX, Markdown, text) into a sanitized source note for lisa-wiki ingest. Use only when lisa-wiki-ingest routes to the docs connector (a file-path input). Uses available local converters; no heavy bundled dependency.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Produce sanitized git/PR-history source notes for lisa-wiki ingest. Use only when lisa-wiki-ingest routes to the git connector (self repo or a registered project). Read-only — never checks out, fetches, or mutates the target repo.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Produce sanitized JIRA source notes for lisa-wiki ingest via the Atlassian MCP. Use only when lisa-wiki-ingest routes to the jira connector. Read-only; tenant-guarded.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Ingest the agent's PROJECT-SCOPED memory into a sanitized source note. Use only when lisa-wiki-ingest routes to the memory connector. NEVER ingests global or unrelated memory — global Codex memory and the Chronicle store are refused.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Produce sanitized Notion source notes for lisa-wiki ingest via the Notion MCP. Use only when lisa-wiki-ingest routes to the notion connector. Read-only; teamspace-guarded.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Ingest the wiki's own digital-staff roster (config.staff[] + wiki/staff/*) into a sanitized source note. Use only when lisa-wiki-ingest routes to the roles connector. Does not run any subagent.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Ingest a Slack channel into sanitized source notes via a user token. Use only when lisa-wiki-ingest routes to the slack connector AND the run carries explicit external-write intent (Slack OAuth opens a browser and stores a token file). Centralized…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Ingest a public URL into a sanitized source note for lisa-wiki ingest (via WebFetch). Use only when lisa-wiki-ingest routes to the web connector (a URL input). Read-only.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Verify that a wiki is correctly set up and (after migration) fully functional. Runs the deterministic checks plus functional smoke tests, writes a doctor report, and returns an overall verdict. Use as the final gate of /migrate, after /setup, or anytime to…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Health-check the LLM Wiki. Reports orphan pages, contradictions, stale claims, broken internal links, missing index/log coverage, structure-manifest violations, and secret/tenant leaks. Use periodically or before hardening a wiki. Read-only — it reports…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrate an existing, hand-rolled wiki implementation onto the lisa-wiki kernel — phased and compatibility-first, with a strict no-loss guarantee. Use when adopting lisa-wiki in a repo that already has its own wiki/, ingest skills, docs, or roles. Renaming…

원문 언어: 영어

업데이트
직업 분류
도서관 사무 보조원
설명

Onboard a user to the project via its LLM Wiki. Interviews the user about themselves in relation to the project, captures that to project-scoped memory only, then gives a guided tour of what the project is and sample questions they can ask. Use when someone…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Set up the recurring LLM Wiki ingest automation on the local workstation using the CURRENT runtime's native scheduler — Codex automations (the native automations / automation_update mechanism) or, on Claude, /schedule. This skill is a declarative…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Scaffold, repair, verify, or upgrade a project's LLM Wiki from its config. Use when setting up the wiki in a new repo, fixing a broken/incomplete structure, or upgrading to a newer kernel version. Asks the wiki's purpose and README mode, renders the contract…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Report Lisa wiki source freshness across enabled ingestion connectors. Reads wiki config, log, source notes, and state cursors, then renders a concise read-only freshness table with skipped/blocker reasons and exact next actions. Use when maintainers ask…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Remove the recurring LLM Wiki ingest automation that /lisa-wiki:setup-automations created for this project (the lisa-wiki-auto-<project>-* set) using the CURRENT runtime's native scheduler — Codex automations or, on Claude, /schedule. This skill is a…

원문 언어: 영어

업데이트
직업 분류
도서관 사무 보조원
설명

Explain how to browse, query, and contribute to this project's LLM Wiki. Use when a user asks how the wiki works, where knowledge lives, how to find something, or how to add to it — the read/navigation path, not an ingestion or write workflow.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Read-only Google Play Console access layer for Expo projects. Use when an operator or agent needs to set up Play Developer API credentials, resolve the Android package name, or check the production track release state without using the Play Console UI. Reads…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Read-only Google Play Console access layer for Expo projects. Use when an operator or agent needs to set up Play Developer API credentials, resolve the Android package name, or check the production track release state without using the Play Console UI. Reads…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Deploying Expo apps to iOS App Store, Android Play Store, web hosting, and API routes

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Deploying Expo apps to iOS App Store, Android Play Store, web hosting, and API routes

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

This skill should be used when configuring the production build or deploying a Phaser 4 game — the Vite prod config (manualChunks to split the phaser vendor chunk, terser two-pass minification), content-hashed assets with immutable caching, the base path per…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

This skill should be used when configuring the production build or deploying a Phaser 4 game — the Vite prod config (manualChunks to split the phaser vendor chunk, terser two-pass minification), content-hashed assets with immutable caching, the base path per…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

This skill should be used when creating, restructuring, or reasoning about a Phaser 4 game project — the game config, the Vite + TypeScript layout, the Boot → Preloader → MainMenu → Game scene flow, scale/resolution setup for desktop and mobile, and where…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

This skill should be used when creating, restructuring, or reasoning about a Phaser 4 game project — the game config, the Vite + TypeScript layout, the Boot → Preloader → MainMenu → Game scene flow, scale/resolution setup for desktop and mobile, and where…

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

This skill should be used when making a Phaser 4 game accessible — honoring prefers-reduced-motion, pausing on window/tab blur, keyboard navigation and visible focus for menus, colorblind-safe palettes, and a screen-reader live region that announces game…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

This skill should be used when localizing a Phaser 4 game — a typed string catalog so no user-facing text is hardcoded, runtime locale switching that re-renders open text, interpolation/pluralization, and the BitmapText vs Text trade-offs (glyph coverage,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

This skill should be used when wiring cross-cutting services and shared state in a Phaser 4 game — the typed registry wrapper for global state, a single dedicated EventsCenter bus (never game.events), the .on()/.off() listener discipline enforced in scene…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

This skill should be used when writing or designing tests for a Phaser 4 game — unit-testing pure game logic with Vitest, keeping logic Phaser-free so it tests without a browser, the Phaser.HEADLESS renderer for logic-only boots, asset-manifest coverage…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

This skill should be used when making a Phaser 4 game accessible — honoring prefers-reduced-motion, pausing on window/tab blur, keyboard navigation and visible focus for menus, colorblind-safe palettes, and a screen-reader live region that announces game…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

This skill should be used when localizing a Phaser 4 game — a typed string catalog so no user-facing text is hardcoded, runtime locale switching that re-renders open text, interpolation/pluralization, and the BitmapText vs Text trade-offs (glyph coverage,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

This skill should be used when wiring cross-cutting services and shared state in a Phaser 4 game — the typed registry wrapper for global state, a single dedicated EventsCenter bus (never game.events), the .on()/.off() listener discipline enforced in scene…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

This skill should be used when writing or designing tests for a Phaser 4 game — unit-testing pure game logic with Vitest, keeping logic Phaser-free so it tests without a browser, the Phaser.HEADLESS renderer for logic-only boots, asset-manifest coverage…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Check application logs from local processes, browser console, React Native device logs, or remote AWS CloudWatch. Supports log tailing, filtering, and error searching across all platforms.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Deploy Expo frontend (EAS Update/Build) or serverless backend (Serverless Framework) to dev, staging, or production environments.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Manage the local development environment for Expo + serverless backend projects. Supports start, stop, restart, and status for the full stack or individual services.

원문 언어: 영어

업데이트
수집된 skill 888개 중 40개를 표시합니다.