@agentsync/example-typescript
v1.0.0
Published
Example AgentSync library for TypeScript projects
Maintainers
Readme
AgentSync Example: TypeScript
Example AgentSync library demonstrating TypeScript best practices, testing guidelines, and common commands.
Installation
Option 1: Via GitHub (recommended for private/custom libraries)
{
"extends": ["github:baranovxyz/agentsync-example-typescript"],
"tools": ["cursor", "claude"]
}Option 2: Via npm (future support in v0.4.0+)
{
"extends": ["npm:@agentsync/example-typescript"],
"tools": ["cursor", "claude"]
}Then sync:
agentsync syncWhat's Included
Rules (3)
typescript-strict.md- TypeScript strict mode settingstesting.md- Testing guidelines and coverage targetsapi-design.md- API design best practices
Commands (3)
commit.md- Generate conventional commit messagesreview.md- Code review checklisttest.md- Run tests with coverage
Recommended MCPs (2)
context7- Up-to-date documentation lookupgithub- GitHub API access
Files Created
After sync, files appear as:
.cursor/rules/
├── typescript-example:typescript-strict.mdc
├── typescript-example:testing.mdc
└── typescript-example:api-design.mdc
.cursor/commands/
├── typescript-example:commit.md
├── typescript-example:review.md
└── typescript-example:test.mdNamespace
Default namespace: typescript-example (from library.json)
Override in your config:
{
"extends": [{
"source": "github:baranovxyz/agentsync-example-typescript",
"namespace": "ts"
}]
}License
MIT
