Skip to content

docs: add Logto dev environment skill#8966

Open
wangsijie wants to merge 1 commit into
masterfrom
wangsijie-add-logto-dev-console-skill
Open

docs: add Logto dev environment skill#8966
wangsijie wants to merge 1 commit into
masterfrom
wangsijie-add-logto-dev-console-skill

Conversation

@wangsijie
Copy link
Copy Markdown
Contributor

@wangsijie wangsijie commented Jun 7, 2026

Summary

Add a logto-dev-environment agent skill for bringing up and verifying the local Logto development environment end to end.

The skill documents the reusable workflow for using the machine's default Node.js/pnpm, installing dependencies, starting Postgres, seeding or altering the database, running pnpm start:dev, checking local services, creating the first admin to initialize tenant-level Console configuration, and choosing the right smoke-test path for future feature work.

It also folds the previous sign-in experience demo-app workflow into the new general dev environment skill as an end-user flow testing reference: configure SIE for the path under test, then use /demo-app as a local client entry point to trigger the OIDC sign-in flow. The old overlapping logto-sign-in-exp-demo-app skill is removed.

Testing

Tested locally

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 7, 2026

COMPARE TO master

Total Size Diff 📈 +7.57 KB

Diff by File
Name Diff
.agents/skills/logto-dev-environment/SKILL.md 📈 +3.46 KB
.agents/skills/logto-dev-environment/agents/openai.yaml 📈 +233 Bytes
.agents/skills/logto-dev-environment/references/dev-environment-workflow.md 📈 +7.09 KB
.agents/skills/logto-local-storage/SKILL.md 📈 +10 Bytes
.agents/skills/logto-sign-in-exp-demo-app/SKILL.md 📈 +2.34 KB
.agents/skills/logto-sign-in-exp-demo-app/references/api-setup.md 📈 +924 Bytes
AGENTS.md 📈 +36 Bytes

@github-actions github-actions Bot added the size/l label Jun 7, 2026
@wangsijie wangsijie force-pushed the wangsijie-add-logto-dev-console-skill branch from 4deddc0 to 6b45f49 Compare June 7, 2026 12:05
@github-actions github-actions Bot removed the size/l label Jun 7, 2026
@wangsijie wangsijie changed the title docs: add Logto dev console skill docs: add Logto dev environment skill Jun 7, 2026
@github-actions github-actions Bot added the size/l label Jun 7, 2026
@wangsijie wangsijie force-pushed the wangsijie-add-logto-dev-console-skill branch from 6b45f49 to 3e8f08d Compare June 7, 2026 12:11
@github-actions github-actions Bot added size/m and removed size/l labels Jun 7, 2026
@wangsijie wangsijie force-pushed the wangsijie-add-logto-dev-console-skill branch from 3e8f08d to 34d8c0e Compare June 7, 2026 12:13
@github-actions github-actions Bot added size/m and removed size/m labels Jun 7, 2026
@wangsijie wangsijie force-pushed the wangsijie-add-logto-dev-console-skill branch from 34d8c0e to 3b5e1d7 Compare June 7, 2026 12:16
@wangsijie wangsijie force-pushed the wangsijie-add-logto-dev-console-skill branch from 3b5e1d7 to 6f7cba0 Compare June 7, 2026 12:18
@github-actions github-actions Bot added size/l and removed size/l labels Jun 7, 2026
@wangsijie wangsijie marked this pull request as ready for review June 7, 2026 12:23
Copilot AI review requested due to automatic review settings June 7, 2026 12:23
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new agent skill to standardize bringing up Logto’s local development environment end-to-end, consolidating the prior demo-app / sign-in-experience workflow into a single “dev environment” skill and removing the now-overlapping skill.

Changes:

  • Add logto-dev-environment skill with an end-to-end local bootstrap + verification workflow (including /demo-app flow).
  • Update skill index and cross-links to point to the new skill.
  • Remove the old logto-sign-in-exp-demo-app skill and its reference doc.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
AGENTS.md Updates the skills table to include logto-dev-environment and remove the old demo-app skill entry
.agents/skills/logto-sign-in-exp-demo-app/SKILL.md Removes the deprecated skill documentation
.agents/skills/logto-sign-in-exp-demo-app/references/api-setup.md Removes the deprecated API setup reference
.agents/skills/logto-local-storage/SKILL.md Updates SIE guidance link to point to the new logto-dev-environment skill
.agents/skills/logto-dev-environment/SKILL.md Introduces the new dev environment skill entry point (quick path + admin + verification paths)
.agents/skills/logto-dev-environment/references/dev-environment-workflow.md Adds the detailed workflow reference (install/build/db/start/admin/end-user checks)
.agents/skills/logto-dev-environment/agents/openai.yaml Adds an agent interface definition for the new skill

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .agents/skills/logto-dev-environment/SKILL.md
Comment thread .agents/skills/logto-dev-environment/SKILL.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

3 participants