Yes. Skycoin starts with security and usability. Skycoin eliminates the waste of mining and eliminates the 51% attack threat. Skycoin fixes signature malleability, hash collisions in coinbase outputs and several flaws in Bitcoin.
Then Skycoin adds a new, more usable wallet and features to make it easier to use than Bitcoin. For instance, if you have Dogecoin in your Skycoin wallet and a merchant wants Bitcoin, you hit send and it will convert the Dogecoin to Bitcoin at an exchange at market rate and send the coins to the address. We are able to do conveniences like that. We want to support the major coins in the wallet and want to have receipts, messages and other improvements that streamline usage.
Then Skycoin is focusing on applications that drive adaption and utilize the coin. The mesh network is something we can get working quickly and see if it gets adaption. However, it just one application that we are working on. Skycoin is really an application stack and ecosystem. Ethereum and several other projects are already using libraries that were developed under the Skycoin project.
Another example, Ethereum offers the ability to do computations in the blockchain and the Skycoin wire protocol is gradually adding support for "personal blockchains". So instead of having one global blockchain, each person can have their own blockchain, which is cryptographically secured and which the people who need the chain replicate. So it may end up making more sense to embed Ethereum's contract system and scripting language in "local" chains instead a single global chain (which can become bloated) and the moving assets between chains. This could be the basis for an open transactions style crypto-securities system.
This is an example of a personal blockchain: https://github.com/skycoin/skywire/blob/master/chaintest.go
You generate a public key and only the person with the private key can mint new blocks, but everyone can replicate the chain if they know the hash of the public key. The block body can be any array of bytes. This is a major set forward for making it easy for developers to create new blockchain based applications.
Skycoin is not just a coin, but a set of libraries and standards.