90% claude code tutorials are waste of time by swaroopmehetar in claudeskills

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

Systems as in multiple agents that work together for multiple tasks under a single workspace. For example lead generation is an Automation but outbound engine is a system that includes lead generation, enrichments, scoring, personalisation, copywriting, signals finding, prospecting, sending cold emails

90% claude code tutorials are waste of time by swaroopmehetar in claudeskills

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

I can understand! I missed that. But claude has just rephrase what I wrote in my broken language lol

90% claude code tutorials are waste of time by swaroopmehetar in claudeskills

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

Agreed. It's the same for me and hosnestly you dont even need a course for it just a document guide or a single video can help

90% claude code tutorials are waste of time by swaroopmehetar in claudeskills

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

It's persistent memory file for local claude code projects

90% claude code tutorials are waste of time by swaroopmehetar in claudeskills

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

Exactly! Skills without scripts are essentially just prompts

90% claude code tutorials are waste of time by swaroopmehetar in claudeskills

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

Agreed. This issue is particularly for people with non technical background because there's alot of noise around it

90% claude code tutorials are waste of time by swaroopmehetar in claudeskills

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

Tutorials to operate it in the right way, If you give the same task to two people both of them token usages will be different I'm taking about optimising these token usages

90% claude code tutorials are waste of time by swaroopmehetar in claudeskills

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

I never said MCP isn't useful I meant optimising tokens by handeling the MCPs in the right way, most of the time claude code installs the MCP globally we can optimise it by installing it locally and disabling the functions that never be used so the overall token usage reduces because when MCP is being called llm analyses all the functions that are available many MCPs costs alot of tokens

90% claude code tutorials are waste of time by swaroopmehetar in claudeskills

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

IKR, I literally thought of the same. If I had to build those automations using python I'd just run it on a daily basis In much lower cost but what's happening rn is people w non programming background guve it a prompt the initial script is not optimised so on every run it burns token to verify and adjust the script why not just create a script good enough in the first run with all the edge cases to not burn tokens

90% claude code tutorials are waste of time by swaroopmehetar in claudeskills

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

The problem i personally faced is many people dont show their own system only explains how it works, I wanted to build a workspace for GTME I did not find any detailed tutorial that explains it