Skip to content

Instantly share code, notes, and snippets.

View ereztdev's full-sized avatar
🎯
Cascading Agentic Memory

ereztdev ereztdev

🎯
Cascading Agentic Memory
View GitHub Profile
---
name: blog-writing-guide
description: Write, review, and improve blog posts for the Sentry engineering blog following Sentry's specific writing standards, voice, and quality bar. Use this skill whenever someone asks to write a blog post, draft a technical article, review blog content, improve a draft, write a product announcement, create an engineering deep-dive, or produce any written content destined for the Sentry blog or developer audience. Also trigger when the user mentions "blog post," "blog draft," "write-up," "announcement post," "engineering post," "deep dive," "postmortem," or asks for help with technical writing for Sentry. Even if the user just says "help me write about [feature/topic]" — if it sounds like it could become a Sentry blog post, use this skill.
---
# Sentry Blog Writing Skill
This skill enforces Sentry's blog writing standards across every post — whether you're helping an engineer write their first blog post or a marketer draft a product announcement.
**The bar:** Every Sentry
@ereztdev
ereztdev / Intellij Live Template for React + Redux
Last active April 8, 2018 10:03
PHPStorm / WEBStorm Live Template React Functional Component & React Redux Container Component (with mapStateToProps && mapDispatchToProps)
//isn't it tiring to write the same component but can't really copy paste for each place?
//Just use a code template as your boilerplate and change whatever you need, here is your starter:
//Functional component:
import React, { Component } from 'react';
class $NAME extends Component {
render() {
return (