docs: add Logto dev environment skill#8966
Open
wangsijie wants to merge 1 commit into
Open
Conversation
COMPARE TO
|
| 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 |
4deddc0 to
6b45f49
Compare
6b45f49 to
3e8f08d
Compare
3e8f08d to
34d8c0e
Compare
34d8c0e to
3b5e1d7
Compare
3b5e1d7 to
6f7cba0
Compare
Contributor
There was a problem hiding this comment.
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-environmentskill with an end-to-end local bootstrap + verification workflow (including/demo-appflow). - Update skill index and cross-links to point to the new skill.
- Remove the old
logto-sign-in-exp-demo-appskill 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.
simeng-li
approved these changes
Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a
logto-dev-environmentagent 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-appas a local client entry point to trigger the OIDC sign-in flow. The old overlappinglogto-sign-in-exp-demo-appskill is removed.Testing
Tested locally