This skill provides comprehensive guidelines for authoring content in adev/src/content. It combines Google's technical writing standards with Angular-specific markdown conventions, components, and best practices.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionadev-writing-guideExecute the skills CLI command in your project's root directory to begin installation:
Fetches adev-writing-guide from angular/angular and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate adev-writing-guide. Access via /adev-writing-guide in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
2
total installs
2
this week
100.1K
GitHub stars
0
upvotes
Run in your terminal
2
installs
2
this week
100.1K
stars
This skill provides comprehensive guidelines for authoring content in adev/src/content. It combines Google's technical writing standards with Angular-specific markdown conventions, components, and best practices.
CONTRIBUTING.md or similar).Use the appropriate language identifier for syntax highlighting:
angular-ts when TypeScript code examples contain inline templates.angular-html for Angular templates.ts for plain TypeScript.html for plain HTML.shell or bash.mermaid.You can enhance code blocks with attributes in curly braces {} after the language identifier:
header="Title": Adds a title to the code block.linenums: Enables line numbering.highlight="[1, 3-5]": Highlights specific lines.hideCopy: Hides the copy button.prefer: Marks code as a preferred example (green border/check).avoid: Marks code as an example to avoid (red border/cross).Example:
```angular-ts {header:"My Component", linenums, highlight="[2]"}
@Component({
selector: 'my-app',
template: '<h1>Hello</h1>',
})
export class App {}
```
<docs-code> ComponentFor more advanced code block features, use the <docs-code> component:
path: Path to a source file (e.g., adev/src/content/examples/...).header: Custom header text.language: Language identifier (e.g., angular-ts).linenums: Boolean attribute.highlight: Array of line numbers/ranges (e.g., [[3,7], 9]).diff: Path to diff file.visibleLines: Range of lines to show initially (collapsible).region: Region to extract from source file.preview: Boolean. Renders a live preview (StackBlitz). Only works with standalone examples.hideCode: Boolean. Collapses code by default.Multifile Example:
<docs-code-multifile path="..." preview>
<docs-code path="..." />
<docs-code path="..." />
</docs-code-multifile>
Use specific keywords followed by a colon for alerts. These render as styled blocks.
NOTE: For ancillary information.TIP: For helpful hints or shortcuts.IMPORTANT: For crucial information.CRITICAL: For warnings about potential data loss or severe issues.TODO: For incomplete documentation.QUESTION: To pose a question to the reader.SUMMARY: For section summaries.TLDR: For concise summaries.HELPFUL: For best practices.Example:
TIP: Use `ng serve` to run your application locally.
<docs-card>):
<docs-card-container>.title, link, href.<docs-callout>):
title, important, critical.<docs-pill>):
<docs-pill-row>.title, href.<docs-step>):
<docs-workflow>.title.<docs-tab>):
<docs-tab-group>.label.<docs-video>):
src (YouTube embed URL), alt.Use standard markdown syntax with optional attributes for sizing and loading behavior.
#small, #medium: Append to image URL for sizing.{loading: 'lazy'}: Add attribute for lazy loading.Example:

#, ##, ###).h2 and h3 are most common for content structure.Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
davila7/claude-code-templates
anthropics/claude-code
mblode/agent-skills
github/awesome-copilot
leonxlnx/taste-skill
sickn33/antigravity-awesome-skills
adev-writing-guide reduced setup friction for our internal harness; good balance of opinion and flexibility.
Registry listing for adev-writing-guide matched our evaluation — installs cleanly and behaves as described in the markdown.
adev-writing-guide has been reliable in day-to-day use. Documentation quality is above average for community skills.
adev-writing-guide is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Useful defaults in adev-writing-guide — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Registry listing for adev-writing-guide matched our evaluation — installs cleanly and behaves as described in the markdown.
adev-writing-guide reduced setup friction for our internal harness; good balance of opinion and flexibility.
adev-writing-guide has been reliable in day-to-day use. Documentation quality is above average for community skills.
Solid pick for teams standardizing on skills: adev-writing-guide is focused, and the summary matches what you get after install.
We added adev-writing-guide from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
showing 1-10 of 47