feat: add complete skill tree (16 skills + 8 references)#3916
Open
KyleAMathews wants to merge 2 commits intomainfrom
Open
feat: add complete skill tree (16 skills + 8 references)#3916KyleAMathews wants to merge 2 commits intomainfrom
KyleAMathews wants to merge 2 commits intomainfrom
Conversation
…ces) Task-focused flat skill architecture following domain discovery findings. Each skill has spec-format frontmatter (type, library_version, sources, requires), structured body (Setup → Core Patterns → Common Mistakes → References), and cross-domain tension notes. Skills: quickstart, shapes, http-api, proxy, auth, security-check, tanstack-integration, drizzle, tanstack-start-quickstart, deploying, go-live, proxy-config, testing, nextjs, expo, y-electric. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3916 +/- ##
=======================================
Coverage 87.20% 87.20%
=======================================
Files 25 25
Lines 2391 2391
Branches 597 602 +5
=======================================
Hits 2085 2085
Misses 304 304
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This comment has been minimized.
This comment has been minimized.
- Fix SQL injection hazard: replace string interpolation in WHERE clauses with parameterized $1 + params in electric-nextjs and electric-proxy - Clarify Cloud vs self-hosted auth: separate env var examples in quickstart, decouple secret from source_id in proxy code - Soften forward-looking "Electric 2.0" claim in http-api to cite source docs - Expand Vary header guidance in electric-auth: Cookie vs Authorization, Cache-Control for CDN-fronted authenticated shapes - Make required proxy headers an explicit list in electric-proxy: electric-offset, electric-handle, electric-schema, cache-control, etag Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
packages/typescript-client/skills/name,description,type,library,library_version,sources, andrequiresfor composition skills"skills"topackage.jsonfiles arraySkills created
Sub-skills (7): electric-quickstart, electric-shapes, electric-http-api, electric-proxy, electric-auth, deploying-electric, electric-go-live, electric-proxy-config, electric-testing
Composition (6): electric-tanstack-integration, electric-drizzle, tanstack-start-quickstart, electric-nextjs, electric-expo, y-electric
Security (1): electric-security-check
References (8): shape-options, parser-types, subset-params, electric-cloud, docker, self-hosted
Source material
Existing skills from
skillzbranch (5 files reformatted), AGENTS.md, domain_map.yaml, troubleshooting.md, and example apps (nextjs, tanstack-db-expo-starter, yjs).Test plan
wc -lon all SKILL.md files — all under 500library_version— present in every frontmatterrequires@electric-sqland@tanstackimports🤖 Generated with Claude Code