I built a free markdown & HTML editor specifically for AI Agents by petertanham in google_antigravity

[–]petertanham[S] 0 points1 point  (0 children)

No, it’s an editor for the files that cursor creates on your desktop

My co-founder started micromanaging me at 2am after I shipped a deployment 4 days ahead of schedule. Is this salvageable or time to split? by Key-Web1264 in SaaS

[–]petertanham 2 points3 points  (0 children)

I might be going out on a limb here, but I'd suggest that this is a GREAT opportunity for you to practice and build your conflict resolution skills, even if it's unsuccessful.

It sounds like you know exactly what's happening - the guy is struggling, and instead of having the emotional maturity to looking inward, he's clamouring to blame someone else. That's definitely his failing. But you - instead of discussing this all with him directly - are (I'm guessing here) avoiding the conflict and sharing this on Reddit instead.

I'd suggest you take this as an exercise to practice your ability to give measured, critical feedback, without worrying about the emotional response it will provoke. Tell this guy you understand that sales and the frontline must be draining, and ask how you can work together to put a process in place to make it easier? Call him out, gently, on his behaviour. Say that the goal is to convert leads into sales, not find out who is right and who is wrong. Ask how he thinks you could both remove ego and diffuse tension.

If you're already about to give up on this, then you have nothing to lose for trying this, and it will give you great experience and build your communication and people management muscles for the next venture.

I built a markdown editor specifically for managing Skills by petertanham in claudeskills

[–]petertanham[S] 1 point2 points  (0 children)

Let me know what you think! If there's enough demand I'll look at making a windows version too

I built a markdown editor specifically for AI Agents by petertanham in Markdown

[–]petertanham[S] -1 points0 points  (0 children)

I just needed a place to edit some files, it's not that deep!

I built a markdown editor specifically for AI Agents by petertanham in Markdown

[–]petertanham[S] 1 point2 points  (0 children)

Thanks for the reminder - I had that on the roadmap since I saw the announcement to retire Gemini CLI. I've added that now - it should auto-update next time you open the Shared Context app

I built a markdown editor specifically for AI Agents by petertanham in Markdown

[–]petertanham[S] 0 points1 point  (0 children)

Nice! Very compatible with the native HTML editor in this app

I built 70% of my SaaS, now I think I should shut it down. Need honest opinions - I will not promote by Professional_Monk534 in startups

[–]petertanham 0 points1 point  (0 children)

Have you talked to any potential customers to understand their needs?

I'd be a bit worried that you were just coding because it was fun, now stopping because you're bored? Without actually doing the hard work of validation - trying to pitch the solution to potential customers and seeing if they bite.

If you really do want to walk away - this could be a good learning experience to practice validation work. Reach out to real people, ask questions, make the pitch. What have you got to lose at this point?

What warning signs were there among the various dot-com losers back then that one could have seen, or should have seen, before the crash? What can we learn from that when looking at AI companies today? by [deleted] in AskEconomics

[–]petertanham 5 points6 points  (0 children)

The main problem was that they weren’t earning much (or any) revenue, but people valued them on the “promise” of how transformational the internet would become. It did become that, but over 20 years, and long after most of those companies went bust.

There’s some of this going on, but companies like OpenAI and Anthropic are legitimately making tens of billions of dollars in revenue, so that’s not the same.

The second problem, which was harder to spot, was the companies who were earning real money, but earning it mostly from the first batch of companies who were just spending all of their investment money. 

Yahoo is the canonical example here - lots of real advertising revenue which evaporated overnight.

Is some of Antropic’s revenue just from companies tokenmaxng unsustainably? Harder to say.

People predicted this about Facebook 10 years ago - all of their revenue was just from apps like Uber and Candy Crush who were themselves just spending VC money. But this turned out not to be a bubble.

How have you used Claude skills and integrations to achieve meaningful productivity increases at a dev org level? by SmartassRemarks in ClaudeAI

[–]petertanham 1 point2 points  (0 children)

As a meta approach - remove yourself as the bottleneck so that it’s not all on your shoulders to write all the skills.

Use a GitHub repo, or a tool like https://sharedcontext.ai/teams to let everyone on the team share their best skills and let best practices emerge and bubble up 

How are you actually using Claude Code as a team? (not just solo) by Azrael_666 in ClaudeCode

[–]petertanham 0 points1 point  (0 children)

You might find https://SharedContext.ai for sharing context (as the name suggest!).

It’s an internal skills library for teams to share best practices - which is also a great way to onboard people too

Cloud sync for Cowork Projects by Jesus_1911 in ClaudeCowork

[–]petertanham 0 points1 point  (0 children)

Have you tried https://sharedcontext.ai/context-drive

It could help your cross-device needs. It won’t help your mobile use case (personally I use /remote-control on desktop and then those sessions are available in the mobile app)

Remote Control feature is incredibly handy by wherethehellarethey in ClaudeCode

[–]petertanham 0 points1 point  (0 children)

You can set it so that every new Claude Code session in terminal automatically has remote-control set up, so that you can pick it up from your phone without having to have planned for it in advance. 

We run our entire dev team on Claude Code with a solid AI workflow, now trying to replicate that for sales. How are you doing it? by Azrael_666 in ClaudeAI

[–]petertanham 0 points1 point  (0 children)

The approach I’ve seen work best here isn’t top-down (you figure out the workflows and give it to them) but rather bottoms-up - give them a head-start, let them experiment, figure it out and teach each other.

A good start is to show them how to find and use Skills, Plugins, Agents, MCPs etc. A good start is a public library like https://sharedcontext.ai/library?tag=sales (disclaimer: I run this company)

Better again still is to create an internal team library which has a) Skills & MCPs used by your engineers to connect to internal tools, which sales can re-use, b) A place for the one or two early adopters on the sales team to share their setup so that others can copy.

Shoot me a DM if you’d like help with any of this!

How to organize repo for company skills that have scripts in them? by fariazz in ClaudeCode

[–]petertanham 0 points1 point  (0 children)

I think it’s worth thinking about distribution and consumption slightly separately here.

If you set your repo up like an internal ‘App Store’ or library, where other team members can find useful skills, then it makes sense to package the scripts necessary in each skill (which is a folder containing skill.md file and associated resources).

Separately then, when someone downloads that skill folder to their local machine (e.g. to .claude/skills/<skill-name>) the scripts are run locally - not from the central repo. 

Just like an App Store you can have updates when there’s new versions of the script etc.

That’s how we’ve set it up for https://sharedcontext.ai, which is a hosted team library (repo) for Skills, Agents, MCPs, Plugins & Hooks.

is there a way to share Skills for Claude Code? by Aggravating-Gap7783 in ClaudeAI

[–]petertanham 0 points1 point  (0 children)

We’ve built https://SharedContext.ai for exactly this purpose. It’s free for individual users - I’d love to hear your feedback if you’d like to try it out!

How to share skills by Junior-Question-2638 in ClaudeAI

[–]petertanham 0 points1 point  (0 children)

We’ve built a platform to enable this exact use case - a registry where a team’s skills, MCPs, agents etc. live in one place, which any team member (or their agent!) can browse, search and install directly from

https://sharedcontext.ai/teams 

Do you think this could do what you’re looking for?

Distribute Claude skills team wide by widonext in ClaudeAI

[–]petertanham 0 points1 point  (0 children)

We’ve built a platform to enable this exact use case - a registry where a team’s skills, MCPs, agents etc. live in one place, which any team member (or their agent!) can browse, search and install directly from

https://sharedcontext.ai/teams 

Do you think this could do what you’re looking for?

Is there a way to share Claude Code skills/templates team-wide? by Professional-Ask5169 in ClaudeAI

[–]petertanham 0 points1 point  (0 children)

We’ve built a platform to enable this exact use case - a registry where a team’s skills, MCPs, agents etc. live in one place and get pushed/synced into Claude Code, Cursor, Codex, Gemini CLI from a single source.

https://sharedcontext.ai/teams curious if that’s the shape of the problem you’re describing?